#B6772E

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

Shades of Mandalay #B6772E

Tints of Mandalay #B6772E

Color information

#B6772E (or 0xB6772E) is unknown color: approx Mandalay. HEX triplet: B6, 77 and 2E. RGB value is (182,119,46). Sum of RGB (Red+Green+Blue) = 182+119+46=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6772E is #4988D1. Grayscale: #818181. Windows color (decimal): -4819154 or 3045302. OLE color: 3045302.

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

Color convert

RGB18211946-
CMYK00.350.750.29
HSL32.21º59.65%44.71%-
HSV(B)32.21º74.73%71.37%-
XYZ26.3823.345.7-
YUV129.5180.87165.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=52.45%
G=34.29%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821194600.350.750.2932.2159.6544.71
HexB6772E0234B1D203c2d
Octal2661675604311335407455
Binary1011011011101111011100100011100101111101100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6772E; }

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

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

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

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

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

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

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

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