#B2742D

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

Shades of Mandalay #B2742D

Tints of Mandalay #B2742D

Color information

#B2742D (or 0xB2742D) is unknown color: approx Mandalay. HEX triplet: B2, 74 and 2D. RGB value is (178,116,45). Sum of RGB (Red+Green+Blue) = 178+116+45=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2742D is #4D8BD2. Grayscale: #7E7E7E. Windows color (decimal): -5082067 or 2978994. OLE color: 2978994.

HSL color Cylindrical-coordinate representation of color #B2742D: hue angle of 32.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2742D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17811645-
CMYK00.350.750.30
HSL32.03º59.64%43.73%-
HSV(B)32.03º74.72%69.8%-
XYZ25.0822.155.44-
YUV126.4482.04164.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=52.51%
G=34.22%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781164500.350.750.3032.0359.6443.73
HexB2742D0234B1E203c2c
Octal2621645504311336407454
Binary1011001011101001011010100011100101111110100000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2742D; }

 p { color: rgb(178,116,45); }

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

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

 a { background-color: rgb(178,116,45); }

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

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

 span { border-color: rgb(178,116,45); }

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