#B37835

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

Shades of Mandalay #B37835

Tints of Mandalay #B37835

Color information

#B37835 (or 0xB37835) is unknown color: approx Mandalay. HEX triplet: B3, 78 and 35. RGB value is (179,120,53). Sum of RGB (Red+Green+Blue) = 179+120+53=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37835 is #4C87CA. Grayscale: #828282. Windows color (decimal): -5015499 or 3504307. OLE color: 3504307.

HSL color Cylindrical-coordinate representation of color #B37835: hue angle of 31.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B37835 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17912053-
CMYK00.330.700.30
HSL31.9º54.31%45.49%-
HSV(B)31.9º70.39%70.2%-
XYZ25.9523.276.49-
YUV13084.55162.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=50.85%
G=34.09%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791205300.330.700.3031.954.3145.49
HexB37835021461E20362d
Octal2631706504110636406655
Binary1011001111110001101010100001100011011110100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37835; }

 p { color: rgb(179,120,53); }

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

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

 a { background-color: rgb(179,120,53); }

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

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

 span { border-color: rgb(179,120,53); }

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