#B1742C

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

Shades of Mandalay #B1742C

Tints of Mandalay #B1742C

Color information

#B1742C (or 0xB1742C) is unknown color: approx Mandalay. HEX triplet: B1, 74 and 2C. RGB value is (177,116,44). Sum of RGB (Red+Green+Blue) = 177+116+44=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1742C is #4E8BD3. Grayscale: #7E7E7E. Windows color (decimal): -5147604 or 2913457. OLE color: 2913457.

HSL color Cylindrical-coordinate representation of color #B1742C: hue angle of 32.48º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1742C is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17711644-
CMYK00.340.750.31
HSL32.48º60.18%43.33%-
HSV(B)32.48º75.14%69.41%-
XYZ24.8322.025.32-
YUV126.0381.71164.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=52.52%
G=34.42%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771164400.340.750.3132.4860.1843.33
HexB1742C0224B1F203c2b
Octal2611645404211337407453
Binary1011000111101001011000100010100101111111100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1742C; }

 p { color: rgb(177,116,44); }

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

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

 a { background-color: rgb(177,116,44); }

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

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

 span { border-color: rgb(177,116,44); }

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