#B6831F

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

Shades of Mandalay #B6831F

Tints of Mandalay #B6831F

Color information

#B6831F (or 0xB6831F) is unknown color: approx Mandalay. HEX triplet: B6, 83 and 1F. RGB value is (182,131,31). Sum of RGB (Red+Green+Blue) = 182+131+31=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6831F is #497CE0. Grayscale: #878787. Windows color (decimal): -4816097 or 2065334. OLE color: 2065334.

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

Color convert

RGB18213131-
CMYK00.280.830.29
HSL39.74º70.89%41.76%-
HSV(B)39.74º82.97%71.37%-
XYZ27.6626.284.91-
YUV134.8569.4161.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 31 (12.5% from 255) = 9.01%
R=52.91%
G=38.08%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821313100.280.830.2939.7470.8941.76
HexB6831F01C531D28472a
Octal26620337034123355010752
Binary1011011010000011111110111001010011111011010001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6831F; }

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

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

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

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

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

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

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

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