#B78132

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

Shades of Mandalay #B78132

Tints of Mandalay #B78132

Color information

#B78132 (or 0xB78132) is unknown color: approx Mandalay. HEX triplet: B7, 81 and 32. RGB value is (183,129,50). Sum of RGB (Red+Green+Blue) = 183+129+50=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B78132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78132 is #487ECD. Grayscale: #888888. Windows color (decimal): -4751054 or 3310007. OLE color: 3310007.

HSL color Cylindrical-coordinate representation of color #B78132: hue angle of 35.64º 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 #B78132 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18312950-
CMYK00.300.730.28
HSL35.64º57.08%45.69%-
HSV(B)35.64º72.68%71.76%-
XYZ27.95266.56-
YUV136.1479.39161.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=50.55%
G=35.64%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831295000.300.730.2835.6457.0845.69
HexB7813201E491C24392e
Octal2672016203611134447156
Binary1011011110000001110010011110100100111100100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78132; }

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

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

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

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

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

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

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

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