#B37A2C

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

Shades of Mandalay #B37A2C

Tints of Mandalay #B37A2C

Color information

#B37A2C (or 0xB37A2C) is unknown color: approx Mandalay. HEX triplet: B3, 7A and 2C. RGB value is (179,122,44). Sum of RGB (Red+Green+Blue) = 179+122+44=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A2C is #4C85D3. Grayscale: #828282. Windows color (decimal): -5014996 or 2914995. OLE color: 2914995.

HSL color Cylindrical-coordinate representation of color #B37A2C: hue angle of 34.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B37A2C is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17912244-
CMYK00.320.750.30
HSL34.67º60.54%43.73%-
HSV(B)34.67º75.42%70.2%-
XYZ2623.685.58-
YUV130.1579.38162.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=51.88%
G=35.36%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791224400.320.750.3034.6760.5443.73
HexB37A2C0204B1E233d2c
Octal2631725404011336437554
Binary1011001111110101011000100000100101111110100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A2C; }

 p { color: rgb(179,122,44); }

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

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

 a { background-color: rgb(179,122,44); }

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

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

 span { border-color: rgb(179,122,44); }

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