#B37C3A

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

Shades of Mandalay #B37C3A

Tints of Mandalay #B37C3A

Color information

#B37C3A (or 0xB37C3A) is unknown color: approx Mandalay. HEX triplet: B3, 7C and 3A. RGB value is (179,124,58). Sum of RGB (Red+Green+Blue) = 179+124+58=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C3A is #4C83C5. Grayscale: #858585. Windows color (decimal): -5014470 or 3833011. OLE color: 3833011.

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

Color convert

RGB17912458-
CMYK00.310.680.30
HSL32.73º51.05%46.47%-
HSV(B)32.73º67.6%70.2%-
XYZ26.5624.37.29-
YUV132.9285.72160.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 58 (23.05% from 255) = 16.07%
R=49.58%
G=34.35%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791245800.310.680.3032.7351.0546.47
HexB37C3A01F441E21332e
Octal2631747203710436416356
Binary101100111111100111010011111100010011110100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C3A; }

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

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

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

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

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

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

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

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