#BB822E

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

Shades of Mandalay #BB822E

Tints of Mandalay #BB822E

Color information

#BB822E (or 0xBB822E) is unknown color: approx Mandalay. HEX triplet: BB, 82 and 2E. RGB value is (187,130,46). Sum of RGB (Red+Green+Blue) = 187+130+46=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB822E is #447DD1. Grayscale: #898989. Windows color (decimal): -4488658 or 3048123. OLE color: 3048123.

HSL color Cylindrical-coordinate representation of color #BB822E: hue angle of 35.74º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB822E is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18713046-
CMYK00.300.750.27
HSL35.74º60.52%45.69%-
HSV(B)35.74º75.4%73.33%-
XYZ28.9726.736.22-
YUV137.4776.38163.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=51.52%
G=35.81%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871304600.300.750.2735.7460.5245.69
HexBB822E01E4B1B243d2e
Octal2732025603611333447556
Binary1011101110000010101110011110100101111011100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB822E; }

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

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

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

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

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

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

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

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