#B8822C

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

Shades of Mandalay #B8822C

Tints of Mandalay #B8822C

Color information

#B8822C (or 0xB8822C) is unknown color: approx Mandalay. HEX triplet: B8, 82 and 2C. RGB value is (184,130,44). Sum of RGB (Red+Green+Blue) = 184+130+44=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8822C is #477DD3. Grayscale: #888888. Windows color (decimal): -4685268 or 2917048. OLE color: 2917048.

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

Color convert

RGB18413044-
CMYK00.290.760.28
HSL36.86º61.4%44.71%-
HSV(B)36.86º76.09%72.16%-
XYZ28.226.345.98-
YUV136.3475.89161.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=51.40%
G=36.31%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841304400.290.760.2836.8661.444.71
HexB8822C01D4C1C253d2d
Octal2702025403511434457555
Binary1011100010000010101100011101100110011100100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8822C; }

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

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

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

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

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

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

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

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