#BB8037

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

Shades of Mandalay #BB8037

Tints of Mandalay #BB8037

Color information

#BB8037 (or 0xBB8037) is unknown color: approx Mandalay. HEX triplet: BB, 80 and 37. RGB value is (187,128,55). Sum of RGB (Red+Green+Blue) = 187+128+55=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8037 is #447FC8. Grayscale: #898989. Windows color (decimal): -4489161 or 3637435. OLE color: 3637435.

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

Color convert

RGB18712855-
CMYK00.320.710.27
HSL33.18º54.55%47.45%-
HSV(B)33.18º70.59%73.33%-
XYZ28.926.287.16-
YUV137.3281.55163.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 55 (21.88% from 255) = 14.86%
R=50.54%
G=34.59%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871285500.320.710.2733.1854.5547.45
HexBB8037020471B21372f
Octal2732006704010733416757
Binary10111011100000001101110100000100011111011100001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8037; }

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

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

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

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

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

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

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

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