#BB822F

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

Shades of Mandalay #BB822F

Tints of Mandalay #BB822F

Color information

#BB822F (or 0xBB822F) is unknown color: approx Mandalay. HEX triplet: BB, 82 and 2F. RGB value is (187,130,47). Sum of RGB (Red+Green+Blue) = 187+130+47=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB822F is #447DD0. Grayscale: #898989. Windows color (decimal): -4488657 or 3113659. OLE color: 3113659.

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

Color convert

RGB18713047-
CMYK00.300.750.27
HSL35.57º59.83%45.88%-
HSV(B)35.57º74.87%73.33%-
XYZ28.9926.746.32-
YUV137.5876.88163.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=51.37%
G=35.71%
B=12.91%

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
Decimal1871304700.300.750.2735.5759.8345.88
HexBB822F01E4B1B243c2e
Octal2732025703611333447456
Binary1011101110000010101111011110100101111011100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB822F; }

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

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

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

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

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

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

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

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