#B6782C

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

Shades of Mandalay #B6782C

Tints of Mandalay #B6782C

Color information

#B6782C (or 0xB6782C) is unknown color: approx Mandalay. HEX triplet: B6, 78 and 2C. RGB value is (182,120,44). Sum of RGB (Red+Green+Blue) = 182+120+44=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6782C is #4987D3. Grayscale: #828282. Windows color (decimal): -4818900 or 2914486. OLE color: 2914486.

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

Color convert

RGB18212044-
CMYK00.340.760.29
HSL33.04º61.06%44.31%-
HSV(B)33.04º75.82%71.37%-
XYZ26.4623.565.54-
YUV129.8779.54165.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=52.60%
G=34.68%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821204400.340.760.2933.0461.0644.31
HexB6782C0224C1D213d2c
Octal2661705404211435417554
Binary1011011011110001011000100010100110011101100001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6782C; }

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

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

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

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

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

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

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

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