#BB8032

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

Shades of Mandalay #BB8032

Tints of Mandalay #BB8032

Color information

#BB8032 (or 0xBB8032) is unknown color: approx Mandalay. HEX triplet: BB, 80 and 32. RGB value is (187,128,50). Sum of RGB (Red+Green+Blue) = 187+128+50=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8032 is #447FCD. Grayscale: #898989. Windows color (decimal): -4489166 or 3309755. OLE color: 3309755.

HSL color Cylindrical-coordinate representation of color #BB8032: hue angle of 34.16º 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 #BB8032 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18712850-
CMYK00.320.730.27
HSL34.16º57.81%46.47%-
HSV(B)34.16º73.26%73.33%-
XYZ28.7926.236.56-
YUV136.7579.05163.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=51.23%
G=35.07%
B=13.70%

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
Decimal1871285000.320.730.2734.1657.8146.47
HexBB8032020491B223a2e
Octal2732006204011133427256
Binary10111011100000001100100100000100100111011100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8032; }

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

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

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

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

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

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

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

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