#B6822A

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

Shades of Mandalay #B6822A

Tints of Mandalay #B6822A

Color information

#B6822A (or 0xB6822A) is unknown color: approx Mandalay. HEX triplet: B6, 82 and 2A. RGB value is (182,130,42). Sum of RGB (Red+Green+Blue) = 182+130+42=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6822A is #497DD5. Grayscale: #878787. Windows color (decimal): -4816342 or 2785974. OLE color: 2785974.

HSL color Cylindrical-coordinate representation of color #B6822A: hue angle of 37.71º 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 #B6822A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18213042-
CMYK00.290.770.29
HSL37.71º62.5%43.92%-
HSV(B)37.71º76.92%71.37%-
XYZ27.6926.085.76-
YUV135.5275.23161.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 42 (16.80% from 255) = 11.86%
R=51.41%
G=36.72%
B=11.86%

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
Decimal1821304200.290.770.2937.7162.543.92
HexB6822A01D4D1D263e2c
Octal2662025203511535467654
Binary1011011010000010101010011101100110111101100110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6822A; }

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

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

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

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

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

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

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

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