#BB8033

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

Shades of Mandalay #BB8033

Tints of Mandalay #BB8033

Color information

#BB8033 (or 0xBB8033) is unknown color: approx Mandalay. HEX triplet: BB, 80 and 33. RGB value is (187,128,51). Sum of RGB (Red+Green+Blue) = 187+128+51=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8033 is #447FCC. Grayscale: #898989. Windows color (decimal): -4489165 or 3375291. OLE color: 3375291.

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

Color convert

RGB18712851-
CMYK00.320.730.27
HSL33.97º57.14%46.67%-
HSV(B)33.97º72.73%73.33%-
XYZ28.8126.246.68-
YUV136.8679.55163.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=51.09%
G=34.97%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871285100.320.730.2733.9757.1446.67
HexBB8033020491B22392f
Octal2732006304011133427157
Binary10111011100000001100110100000100100111011100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8033; }

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

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

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

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

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

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

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

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