#B6782D

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

Shades of Mandalay #B6782D

Tints of Mandalay #B6782D

Color information

#B6782D (or 0xB6782D) is unknown color: approx Mandalay. HEX triplet: B6, 78 and 2D. RGB value is (182,120,45). Sum of RGB (Red+Green+Blue) = 182+120+45=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6782D is #4987D2. Grayscale: #828282. Windows color (decimal): -4818899 or 2980022. OLE color: 2980022.

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

Color convert

RGB18212045-
CMYK00.340.750.29
HSL32.85º60.35%44.51%-
HSV(B)32.85º75.27%71.37%-
XYZ26.4823.575.64-
YUV129.9980.04165.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=52.45%
G=34.58%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821204500.340.750.2932.8560.3544.51
HexB6782D0224B1D213c2d
Octal2661705504211335417455
Binary1011011011110001011010100010100101111101100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6782D; }

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

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

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

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

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

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

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

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