#b6812a

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

Shades of Mandalay #B6812A

Tints of Mandalay #B6812A

Color information

#B6812A (or 0xB6812A) is unknown color: approx Mandalay. HEX triplet: B6, 81 and 2A. RGB value is (182,129,42). Sum of RGB (Red+Green+Blue) = 182+129+42=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B6812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6812A is #497ED5. Grayscale: #878787. Windows color (decimal): -4816598 or 2785718. OLE color: 2785718.

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

Color convert

RGB18212942-
CMYK00.290.770.29
HSL37.29º62.5%43.92%-
HSV(B)37.29º76.92%71.37%-
XYZ27.5625.815.72-
YUV134.9375.56161.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=51.56%
G=36.54%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821294200.290.770.2937.2962.543.92
HexB6812A01D4D1D253e2c
Octal2662015203511535457654
Binary1011011010000001101010011101100110111101100101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6812a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6812a; }

 p { color: rgb(182,129,42); }

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

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

 a { background-color: rgb(182,129,42); }

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

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

 span { border-color: rgb(182,129,42); }

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