#B6822C

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

Shades of Mandalay #B6822C

Tints of Mandalay #B6822C

Color information

#B6822C (or 0xB6822C) is unknown color: approx Mandalay. HEX triplet: B6, 82 and 2C. RGB value is (182,130,44). Sum of RGB (Red+Green+Blue) = 182+130+44=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6822C is #497DD3. Grayscale: #888888. Windows color (decimal): -4816340 or 2917046. OLE color: 2917046.

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

Color convert

RGB18213044-
CMYK00.290.760.29
HSL37.39º61.06%44.31%-
HSV(B)37.39º75.82%71.37%-
XYZ27.7326.095.96-
YUV135.7476.23160.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=51.12%
G=36.52%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821304400.290.760.2937.3961.0644.31
HexB6822C01D4C1D253d2c
Octal2662025403511435457554
Binary1011011010000010101100011101100110011101100101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6822C; }

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

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

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

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

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

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

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

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