#B68232

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

Shades of Mandalay #B68232

Tints of Mandalay #B68232

Color information

#B68232 (or 0xB68232) is unknown color: approx Mandalay. HEX triplet: B6, 82 and 32. RGB value is (182,130,50). Sum of RGB (Red+Green+Blue) = 182+130+50=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B68232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68232 is #497DCD. Grayscale: #888888. Windows color (decimal): -4816334 or 3310262. OLE color: 3310262.

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

Color convert

RGB18213050-
CMYK00.290.730.29
HSL36.36º56.9%45.49%-
HSV(B)36.36º72.53%71.37%-
XYZ27.8526.146.6-
YUV136.4379.23160.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=50.28%
G=35.91%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821305000.290.730.2936.3656.945.49
HexB6823201D491D24392d
Octal2662026203511135447155
Binary1011011010000010110010011101100100111101100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68232; }

 p { color: rgb(182,130,50); }

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

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

 a { background-color: rgb(182,130,50); }

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

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

 span { border-color: rgb(182,130,50); }

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