#B17F30

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

Shades of Mandalay #B17F30

Tints of Mandalay #B17F30

Color information

#B17F30 (or 0xB17F30) is unknown color: approx Mandalay. HEX triplet: B1, 7F and 30. RGB value is (177,127,48). Sum of RGB (Red+Green+Blue) = 177+127+48=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F30 is #4E80CF. Grayscale: #858585. Windows color (decimal): -5144784 or 3178417. OLE color: 3178417.

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

Color convert

RGB17712748-
CMYK00.280.730.31
HSL36.74º57.33%44.12%-
HSV(B)36.74º72.88%69.41%-
XYZ26.2524.746.19-
YUV132.9480.06159.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=50.28%
G=36.08%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771274800.280.730.3136.7457.3344.12
HexB17F3001C491F25392c
Octal2611776003411137457154
Binary101100011111111110000011100100100111111100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F30; }

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

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

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

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

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

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

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

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