#BB8232

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

Shades of Mandalay #BB8232

Tints of Mandalay #BB8232

Color information

#BB8232 (or 0xBB8232) is unknown color: approx Mandalay. HEX triplet: BB, 82 and 32. RGB value is (187,130,50). Sum of RGB (Red+Green+Blue) = 187+130+50=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8232 is #447DCD. Grayscale: #8A8A8A. Windows color (decimal): -4488654 or 3310267. OLE color: 3310267.

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

Color convert

RGB18713050-
CMYK00.300.730.27
HSL35.04º57.81%46.47%-
HSV(B)35.04º73.26%73.33%-
XYZ29.0526.766.65-
YUV137.9278.38163-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=50.95%
G=35.42%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871305000.300.730.2735.0457.8146.47
HexBB823201E491B233a2e
Octal2732026203611133437256
Binary1011101110000010110010011110100100111011100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8232; }

 p { color: rgb(187,130,50); }

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

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

 a { background-color: rgb(187,130,50); }

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

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

 span { border-color: rgb(187,130,50); }

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