#B4831F

Color #B4831F Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #B4831F

Tints of Mandalay #B4831F

Color information

#B4831F (or 0xB4831F) is unknown color: approx Mandalay. HEX triplet: B4, 83 and 1F. RGB value is (180,131,31). Sum of RGB (Red+Green+Blue) = 180+131+31=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4831F is #4B7CE0. Grayscale: #868686. Windows color (decimal): -4947169 or 2065332. OLE color: 2065332.

HSL color Cylindrical-coordinate representation of color #B4831F: hue angle of 40.27º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4831F is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18013131-
CMYK00.270.830.29
HSL40.27º70.62%41.37%-
HSV(B)40.27º82.78%70.59%-
XYZ27.1926.034.89-
YUV134.2569.73160.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 31 (12.5% from 255) = 9.06%
R=52.63%
G=38.30%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801313100.270.830.2940.2770.6241.37
HexB4831F01B531D284729
Octal26420337033123355010751
Binary1011010010000011111110110111010011111011010001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4831F; }

 p { color: rgb(180,131,31); }

 H1.HeaderClassName
 {
   color: #B4831F;
 }
 .AnyTagClassName
 {
   color: #B4831F;
 }
</style>
background-color css

<style>
 a { background-color: #B4831F; }

 a { background-color: rgb(180,131,31); }

 div.DivClassName
 {
   background-color: #B4831F;
 }
 .BgClassName
 {
   background-color: #B4831F;
 }
</style>
border-color css

<style>
 span { border-color: #B4831F; }

 span { border-color: rgb(180,131,31); }

 td.TdClassName
 {
   border-color: #B4831F;
 }
 .TagClassName
 {
   border-color: #B4831F;
 }
</style>