#B17A21

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

Shades of Mandalay #B17A21

Tints of Mandalay #B17A21

Color information

#B17A21 (or 0xB17A21) is unknown color: approx Mandalay. HEX triplet: B1, 7A and 21. RGB value is (177,122,33). Sum of RGB (Red+Green+Blue) = 177+122+33=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A21 is #4E85DE. Grayscale: #808080. Windows color (decimal): -5146079 or 2194097. OLE color: 2194097.

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

Color convert

RGB17712233-
CMYK00.310.810.31
HSL37.08º68.57%41.18%-
HSV(B)37.08º81.36%69.41%-
XYZ25.3723.384.61-
YUV128.374.22162.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=53.31%
G=36.75%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771223300.310.810.3137.0868.5741.18
HexB17A2101F511F254529
Octal26117241037121374510551
Binary1011000111110101000010111111010001111111001011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A21; }

 p { color: rgb(177,122,33); }

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

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

 a { background-color: rgb(177,122,33); }

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

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

 span { border-color: rgb(177,122,33); }

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