#B17E27

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

Shades of Mandalay #B17E27

Tints of Mandalay #B17E27

Color information

#B17E27 (or 0xB17E27) is unknown color: approx Mandalay. HEX triplet: B1, 7E and 27. RGB value is (177,126,39). Sum of RGB (Red+Green+Blue) = 177+126+39=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E27 is #4E81D8. Grayscale: #838383. Windows color (decimal): -5145049 or 2588337. OLE color: 2588337.

HSL color Cylindrical-coordinate representation of color #B17E27: hue angle of 37.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B17E27 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17712639-
CMYK00.290.780.31
HSL37.83º63.89%42.35%-
HSV(B)37.83º77.97%69.41%-
XYZ25.9624.425.26-
YUV131.3375.9160.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 39 (15.62% from 255) = 11.40%
R=51.75%
G=36.84%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771263900.290.780.3137.8363.8942.35
HexB17E2701D4E1F26402a
Octal26117647035116374610052
Binary1011000111111101001110111011001110111111001101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E27; }

 p { color: rgb(177,126,39); }

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

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

 a { background-color: rgb(177,126,39); }

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

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

 span { border-color: rgb(177,126,39); }

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