#BB822A

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

Shades of Mandalay #BB822A

Tints of Mandalay #BB822A

Color information

#BB822A (or 0xBB822A) is unknown color: approx Mandalay. HEX triplet: BB, 82 and 2A. RGB value is (187,130,42). Sum of RGB (Red+Green+Blue) = 187+130+42=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB822A is #447DD5. Grayscale: #898989. Windows color (decimal): -4488662 or 2785979. OLE color: 2785979.

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

Color convert

RGB18713042-
CMYK00.300.780.27
HSL36.41º63.32%44.9%-
HSV(B)36.41º77.54%73.33%-
XYZ28.8926.75.82-
YUV137.0174.38163.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=52.09%
G=36.21%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871304200.300.780.2736.4163.3244.9
HexBB822A01E4E1B243f2d
Octal2732025203611633447755
Binary1011101110000010101010011110100111011011100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB822A; }

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

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

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

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

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

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

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

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