#bb812c

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

Shades of Mandalay #BB812C

Tints of Mandalay #BB812C

Color information

#BB812C (or 0xBB812C) is unknown color: approx Mandalay. HEX triplet: BB, 81 and 2C. RGB value is (187,129,44). Sum of RGB (Red+Green+Blue) = 187+129+44=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB812C is #447ED3. Grayscale: #898989. Windows color (decimal): -4488916 or 2916795. OLE color: 2916795.

HSL color Cylindrical-coordinate representation of color #BB812C: hue angle of 35.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB812C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18712944-
CMYK00.310.760.27
HSL35.66º61.9%45.29%-
HSV(B)35.66º76.47%73.33%-
XYZ28.826.455.97-
YUV136.6575.72163.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 44 (17.58% from 255) = 12.22%
R=51.94%
G=35.83%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871294400.310.760.2735.6661.945.29
HexBB812C01F4C1B243e2d
Octal2732015403711433447655
Binary1011101110000001101100011111100110011011100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb812c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb812c; }

 p { color: rgb(187,129,44); }

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

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

 a { background-color: rgb(187,129,44); }

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

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

 span { border-color: rgb(187,129,44); }

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