#b37629

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

Shades of Mandalay #B37629

Tints of Mandalay #B37629

Color information

#B37629 (or 0xB37629) is unknown color: approx Mandalay. HEX triplet: B3, 76 and 29. RGB value is (179,118,41). Sum of RGB (Red+Green+Blue) = 179+118+41=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B37629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37629 is #4C89D6. Grayscale: #7F7F7F. Windows color (decimal): -5016023 or 2717363. OLE color: 2717363.

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

Color convert

RGB17911841-
CMYK00.340.770.30
HSL33.48º62.73%43.14%-
HSV(B)33.48º77.09%70.2%-
XYZ25.4722.75.14-
YUV127.4679.21164.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.96%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=52.96%
G=34.91%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791184100.340.770.3033.4862.7343.14
HexB376290224D1E213f2b
Octal2631665104211536417753
Binary1011001111101101010010100010100110111110100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37629; }

 p { color: rgb(179,118,41); }

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

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

 a { background-color: rgb(179,118,41); }

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

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

 span { border-color: rgb(179,118,41); }

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