#B17F1F

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

Shades of Mandalay #B17F1F

Tints of Mandalay #B17F1F

Color information

#B17F1F (or 0xB17F1F) is unknown color: approx Mandalay. HEX triplet: B1, 7F and 1F. RGB value is (177,127,31). Sum of RGB (Red+Green+Blue) = 177+127+31=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F1F is #4E80E0. Grayscale: #838383. Windows color (decimal): -5144801 or 2064305. OLE color: 2064305.

HSL color Cylindrical-coordinate representation of color #B17F1F: hue angle of 39.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B17F1F is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17712731-
CMYK00.280.820.31
HSL39.45º70.19%40.78%-
HSV(B)39.45º82.49%69.41%-
XYZ25.9724.624.68-
YUV131.0171.56160.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=52.84%
G=37.91%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771273100.280.820.3139.4570.1940.78
HexB17F1F01C521F274629
Octal26117737034122374710651
Binary101100011111111111110111001010010111111001111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F1F; }

 p { color: rgb(177,127,31); }

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

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

 a { background-color: rgb(177,127,31); }

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

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

 span { border-color: rgb(177,127,31); }

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