#B6792D

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

Shades of Mandalay #B6792D

Tints of Mandalay #B6792D

Color information

#B6792D (or 0xB6792D) is unknown color: approx Mandalay. HEX triplet: B6, 79 and 2D. RGB value is (182,121,45). Sum of RGB (Red+Green+Blue) = 182+121+45=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6792D is #4986D2. Grayscale: #828282. Windows color (decimal): -4818643 or 2980278. OLE color: 2980278.

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

Color convert

RGB18212145-
CMYK00.340.750.29
HSL33.28º60.35%44.51%-
HSV(B)33.28º75.27%71.37%-
XYZ26.623.815.68-
YUV130.5779.71164.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=52.30%
G=34.77%
B=12.93%

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
Decimal1821214500.340.750.2933.2860.3544.51
HexB6792D0224B1D213c2d
Octal2661715504211335417455
Binary1011011011110011011010100010100101111101100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6792D; }

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

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

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

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

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

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

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

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