#BB812A

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

Shades of Mandalay #BB812A

Tints of Mandalay #BB812A

Color information

#BB812A (or 0xBB812A) is unknown color: approx Mandalay. HEX triplet: BB, 81 and 2A. RGB value is (187,129,42). Sum of RGB (Red+Green+Blue) = 187+129+42=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB812A is #447ED5. Grayscale: #888888. Windows color (decimal): -4488918 or 2785723. OLE color: 2785723.

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

Color convert

RGB18712942-
CMYK00.310.780.27
HSL36º63.32%44.9%-
HSV(B)36º77.54%73.33%-
XYZ28.7626.435.78-
YUV136.4274.72164.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 42 (16.80% from 255) = 11.73%
R=52.23%
G=36.03%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871294200.310.780.273663.3244.9
HexBB812A01F4E1B243f2d
Octal2732015203711633447755
Binary1011101110000001101010011111100111011011100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB812A; }

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

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

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

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

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

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

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

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