#b78331

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

Shades of Mandalay #B78331

Tints of Mandalay #B78331

Color information

#B78331 (or 0xB78331) is unknown color: approx Mandalay. HEX triplet: B7, 83 and 31. RGB value is (183,131,49). Sum of RGB (Red+Green+Blue) = 183+131+49=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B78331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78331 is #487CCE. Grayscale: #898989. Windows color (decimal): -4750543 or 3244983. OLE color: 3244983.

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

Color convert

RGB18313149-
CMYK00.280.730.28
HSL36.72º57.76%45.49%-
HSV(B)36.72º73.22%71.76%-
XYZ28.226.526.54-
YUV137.278.23160.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=50.41%
G=36.09%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831314900.280.730.2836.7257.7645.49
HexB7833101C491C253a2d
Octal2672036103411134457255
Binary1011011110000011110001011100100100111100100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b78331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b78331; }

 p { color: rgb(183,131,49); }

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

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

 a { background-color: rgb(183,131,49); }

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

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

 span { border-color: rgb(183,131,49); }

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