#B17D37

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

Shades of Mandalay #B17D37

Tints of Mandalay #B17D37

Color information

#B17D37 (or 0xB17D37) is unknown color: approx Mandalay. HEX triplet: B1, 7D and 37. RGB value is (177,125,55). Sum of RGB (Red+Green+Blue) = 177+125+55=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D37 is #4E82C8. Grayscale: #848484. Windows color (decimal): -5145289 or 3636657. OLE color: 3636657.

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

Color convert

RGB17712555-
CMYK00.290.690.31
HSL34.43º52.59%45.49%-
HSV(B)34.43º68.93%69.41%-
XYZ26.1524.296.92-
YUV132.5784.23159.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=49.58%
G=35.01%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771255500.290.690.3134.4352.5945.49
HexB17D3701D451F22352d
Octal2611756703510537426555
Binary101100011111101110111011101100010111111100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D37; }

 p { color: rgb(177,125,55); }

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

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

 a { background-color: rgb(177,125,55); }

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

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

 span { border-color: rgb(177,125,55); }

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