#b37f2e

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

Shades of Mandalay #B37F2E

Tints of Mandalay #B37F2E

Color information

#B37F2E (or 0xB37F2E) is unknown color: approx Mandalay. HEX triplet: B3, 7F and 2E. RGB value is (179,127,46). Sum of RGB (Red+Green+Blue) = 179+127+46=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F2E is #4C80D1. Grayscale: #858585. Windows color (decimal): -5013714 or 3047347. OLE color: 3047347.

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

Color convert

RGB17912746-
CMYK00.290.740.30
HSL36.54º59.11%44.12%-
HSV(B)36.54º74.3%70.2%-
XYZ26.6724.966-
YUV133.3178.73160.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=50.85%
G=36.08%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791274600.290.740.3036.5459.1144.12
HexB37F2E01D4A1E253b2c
Octal2631775603511236457354
Binary101100111111111101110011101100101011110100101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37f2e; }

 p { color: rgb(179,127,46); }

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

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

 a { background-color: rgb(179,127,46); }

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

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

 span { border-color: rgb(179,127,46); }

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