#B97E38

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

Shades of Mandalay #B97E38

Tints of Mandalay #B97E38

Color information

#B97E38 (or 0xB97E38) is unknown color: approx Mandalay. HEX triplet: B9, 7E and 38. RGB value is (185,126,56). Sum of RGB (Red+Green+Blue) = 185+126+56=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E38 is #4681C7. Grayscale: #878787. Windows color (decimal): -4620744 or 3702457. OLE color: 3702457.

HSL color Cylindrical-coordinate representation of color #B97E38: hue angle of 32.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B97E38 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18512656-
CMYK00.320.700.27
HSL32.56º53.53%47.25%-
HSV(B)32.56º69.73%72.55%-
XYZ28.1825.527.18-
YUV135.6683.05163.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=50.41%
G=34.33%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851265600.320.700.2732.5653.5347.25
HexB97E38020461B21362f
Octal2711767004010633416657
Binary1011100111111101110000100000100011011011100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E38; }

 p { color: rgb(185,126,56); }

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

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

 a { background-color: rgb(185,126,56); }

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

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

 span { border-color: rgb(185,126,56); }

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