#B17D23

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

Shades of Mandalay #B17D23

Tints of Mandalay #B17D23

Color information

#B17D23 (or 0xB17D23) is unknown color: approx Mandalay. HEX triplet: B1, 7D and 23. RGB value is (177,125,35). Sum of RGB (Red+Green+Blue) = 177+125+35=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D23 is #4E82DC. Grayscale: #828282. Windows color (decimal): -5145309 or 2325937. OLE color: 2325937.

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

Color convert

RGB17712535-
CMYK00.290.800.31
HSL38.03º66.98%41.57%-
HSV(B)38.03º80.23%69.41%-
XYZ25.7724.144.89-
YUV130.2974.23161.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 35 (14.06% from 255) = 10.39%
R=52.52%
G=37.09%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771253500.290.800.3138.0366.9841.57
HexB17D2301D501F26432a
Octal26117543035120374610352
Binary1011000111111011000110111011010000111111001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D23; }

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

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

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

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

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

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

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

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