#B37C3C

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

Shades of Mandalay #B37C3C

Tints of Mandalay #B37C3C

Color information

#B37C3C (or 0xB37C3C) is unknown color: approx Mandalay. HEX triplet: B3, 7C and 3C. RGB value is (179,124,60). Sum of RGB (Red+Green+Blue) = 179+124+60=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C3C is #4C83C3. Grayscale: #858585. Windows color (decimal): -5014468 or 3964083. OLE color: 3964083.

HSL color Cylindrical-coordinate representation of color #B37C3C: hue angle of 32.27º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B37C3C is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17912460-
CMYK00.310.660.30
HSL32.27º49.79%46.86%-
HSV(B)32.27º66.48%70.2%-
XYZ26.6124.337.57-
YUV133.1586.72160.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=49.31%
G=34.16%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791246000.310.660.3032.2749.7946.86
HexB37C3C01F421E20322f
Octal2631747403710236406257
Binary101100111111100111100011111100001011110100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C3C; }

 p { color: rgb(179,124,60); }

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

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

 a { background-color: rgb(179,124,60); }

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

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

 span { border-color: rgb(179,124,60); }

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