#B77832

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

Shades of Mandalay #B77832

Tints of Mandalay #B77832

Color information

#B77832 (or 0xB77832) is unknown color: approx Mandalay. HEX triplet: B7, 78 and 32. RGB value is (183,120,50). Sum of RGB (Red+Green+Blue) = 183+120+50=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77832 is #4887CD. Grayscale: #838383. Windows color (decimal): -4753358 or 3307703. OLE color: 3307703.

HSL color Cylindrical-coordinate representation of color #B77832: hue angle of 31.58º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B77832 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18312050-
CMYK00.340.730.28
HSL31.58º57.08%45.69%-
HSV(B)31.58º72.68%71.76%-
XYZ26.8223.736.18-
YUV130.8682.37165.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=51.84%
G=33.99%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831205000.340.730.2831.5857.0845.69
HexB77832022491C20392e
Octal2671706204211134407156
Binary1011011111110001100100100010100100111100100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77832; }

 p { color: rgb(183,120,50); }

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

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

 a { background-color: rgb(183,120,50); }

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

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

 span { border-color: rgb(183,120,50); }

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