#B07E37

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

Shades of Mandalay #B07E37

Tints of Mandalay #B07E37

Color information

#B07E37 (or 0xB07E37) is unknown color: approx Mandalay. HEX triplet: B0, 7E and 37. RGB value is (176,126,55). Sum of RGB (Red+Green+Blue) = 176+126+55=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E37 is #4F81C8. Grayscale: #858585. Windows color (decimal): -5210569 or 3636912. OLE color: 3636912.

HSL color Cylindrical-coordinate representation of color #B07E37: hue angle of 35.21º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B07E37 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17612655-
CMYK00.280.690.31
HSL35.21º52.38%45.29%-
HSV(B)35.21º68.75%69.02%-
XYZ26.0524.436.96-
YUV132.8684.06158.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=49.30%
G=35.29%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761265500.280.690.3135.2152.3845.29
HexB07E3701C451F23342d
Octal2601766703410537436455
Binary101100001111110110111011100100010111111100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E37; }

 p { color: rgb(176,126,55); }

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

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

 a { background-color: rgb(176,126,55); }

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

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

 span { border-color: rgb(176,126,55); }

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