#B88222

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

Shades of Mandalay #B88222

Tints of Mandalay #B88222

Color information

#B88222 (or 0xB88222) is unknown color: approx Mandalay. HEX triplet: B8, 82 and 22. RGB value is (184,130,34). Sum of RGB (Red+Green+Blue) = 184+130+34=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B88222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88222 is #477DDD. Grayscale: #878787. Windows color (decimal): -4685278 or 2261688. OLE color: 2261688.

HSL color Cylindrical-coordinate representation of color #B88222: hue angle of 38.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B88222 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18413034-
CMYK00.290.820.28
HSL38.4º68.81%42.75%-
HSV(B)38.4º81.52%72.16%-
XYZ28.0426.275.11-
YUV135.270.89162.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=52.87%
G=37.36%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841303400.290.820.2838.468.8142.75
HexB8822201D521C26452b
Octal27020242035122344610553
Binary10111000100000101000100111011010010111001001101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88222; }

 p { color: rgb(184,130,34); }

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

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

 a { background-color: rgb(184,130,34); }

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

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

 span { border-color: rgb(184,130,34); }

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