#BC8037

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

Shades of Mandalay #BC8037

Tints of Mandalay #BC8037

Color information

#BC8037 (or 0xBC8037) is unknown color: approx Mandalay. HEX triplet: BC, 80 and 37. RGB value is (188,128,55). Sum of RGB (Red+Green+Blue) = 188+128+55=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8037 is #437FC8. Grayscale: #898989. Windows color (decimal): -4423625 or 3637436. OLE color: 3637436.

HSL color Cylindrical-coordinate representation of color #BC8037: hue angle of 32.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC8037 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18812855-
CMYK00.320.710.26
HSL32.93º54.73%47.65%-
HSV(B)32.93º70.74%73.73%-
XYZ29.1526.417.17-
YUV137.6281.38163.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 55 (21.88% from 255) = 14.82%
R=50.67%
G=34.50%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881285500.320.710.2632.9354.7347.65
HexBC8037020471A213730
Octal2742006704010732416760
Binary10111100100000001101110100000100011111010100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8037; }

 p { color: rgb(188,128,55); }

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

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

 a { background-color: rgb(188,128,55); }

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

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

 span { border-color: rgb(188,128,55); }

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