#B17F23

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

Shades of Mandalay #B17F23

Tints of Mandalay #B17F23

Color information

#B17F23 (or 0xB17F23) is unknown color: approx Mandalay. HEX triplet: B1, 7F and 23. RGB value is (177,127,35). Sum of RGB (Red+Green+Blue) = 177+127+35=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F23 is #4E80DC. Grayscale: #838383. Windows color (decimal): -5144797 or 2326449. OLE color: 2326449.

HSL color Cylindrical-coordinate representation of color #B17F23: hue angle of 38.87º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17F23 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17712735-
CMYK00.280.800.31
HSL38.87º66.98%41.57%-
HSV(B)38.87º80.23%69.41%-
XYZ26.0224.654.98-
YUV131.4673.56160.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=52.21%
G=37.46%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771273500.280.800.3138.8766.9841.57
HexB17F2301C501F27432a
Octal26117743034120374710352
Binary1011000111111111000110111001010000111111001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F23; }

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

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

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

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

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

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

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

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