#B17429

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

Shades of Mandalay #B17429

Tints of Mandalay #B17429

Color information

#B17429 (or 0xB17429) is unknown color: approx Mandalay. HEX triplet: B1, 74 and 29. RGB value is (177,116,41). Sum of RGB (Red+Green+Blue) = 177+116+41=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B17429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17429 is #4E8BD6. Grayscale: #7E7E7E. Windows color (decimal): -5147607 or 2716849. OLE color: 2716849.

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

Color convert

RGB17711641-
CMYK00.340.770.31
HSL33.09º62.39%42.75%-
HSV(B)33.09º76.84%69.41%-
XYZ24.78225.04-
YUV125.6980.21164.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=52.99%
G=34.73%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771164100.340.770.3133.0962.3942.75
HexB174290224D1F213e2b
Octal2611645104211537417653
Binary1011000111101001010010100010100110111111100001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17429; }

 p { color: rgb(177,116,41); }

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

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

 a { background-color: rgb(177,116,41); }

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

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

 span { border-color: rgb(177,116,41); }

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