#B37B2C

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

Shades of Mandalay #B37B2C

Tints of Mandalay #B37B2C

Color information

#B37B2C (or 0xB37B2C) is unknown color: approx Mandalay. HEX triplet: B3, 7B and 2C. RGB value is (179,123,44). Sum of RGB (Red+Green+Blue) = 179+123+44=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B2C is #4C84D3. Grayscale: #838383. Windows color (decimal): -5014740 or 2915251. OLE color: 2915251.

HSL color Cylindrical-coordinate representation of color #B37B2C: hue angle of 35.11º 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 #B37B2C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17912344-
CMYK00.310.750.30
HSL35.11º60.54%43.73%-
HSV(B)35.11º75.42%70.2%-
XYZ26.1323.935.63-
YUV130.7479.05162.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=51.73%
G=35.55%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791234400.310.750.3035.1160.5443.73
HexB37B2C01F4B1E233d2c
Octal2631735403711336437554
Binary101100111111011101100011111100101111110100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B2C; }

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

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

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

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

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

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

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

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