#B17B24

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

Shades of Mandalay #B17B24

Tints of Mandalay #B17B24

Color information

#B17B24 (or 0xB17B24) is unknown color: approx Mandalay. HEX triplet: B1, 7B and 24. RGB value is (177,123,36). Sum of RGB (Red+Green+Blue) = 177+123+36=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B24 is #4E84DB. Grayscale: #818181. Windows color (decimal): -5145820 or 2390961. OLE color: 2390961.

HSL color Cylindrical-coordinate representation of color #B17B24: hue angle of 37.02º degrees, saturation: 0.66, 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 #B17B24 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17712336-
CMYK00.310.800.31
HSL37.02º66.2%41.76%-
HSV(B)37.02º79.66%69.41%-
XYZ25.5323.644.89-
YUV129.2375.39162.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 36 (14.45% from 255) = 10.71%
R=52.68%
G=36.61%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771233600.310.800.3137.0266.241.76
HexB17B2401F501F25422a
Octal26117344037120374510252
Binary1011000111110111001000111111010000111111001011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B24; }

 p { color: rgb(177,123,36); }

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

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

 a { background-color: rgb(177,123,36); }

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

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

 span { border-color: rgb(177,123,36); }

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