#B6822E

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

Shades of Mandalay #B6822E

Tints of Mandalay #B6822E

Color information

#B6822E (or 0xB6822E) is unknown color: approx Mandalay. HEX triplet: B6, 82 and 2E. RGB value is (182,130,46). Sum of RGB (Red+Green+Blue) = 182+130+46=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6822E is #497DD1. Grayscale: #888888. Windows color (decimal): -4816338 or 3048118. OLE color: 3048118.

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

Color convert

RGB18213046-
CMYK00.290.750.29
HSL37.06º59.65%44.71%-
HSV(B)37.06º74.73%71.37%-
XYZ27.7726.116.16-
YUV135.9777.23160.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=50.84%
G=36.31%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821304600.290.750.2937.0659.6544.71
HexB6822E01D4B1D253c2d
Octal2662025603511335457455
Binary1011011010000010101110011101100101111101100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6822E; }

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

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

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

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

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

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

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

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