#B97E64

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

Shades of Medium Wood #B97E64

Tints of Medium Wood #B97E64

Color information

#B97E64 (or 0xB97E64) is unknown color: approx Medium Wood. HEX triplet: B9, 7E and 64. RGB value is (185,126,100). Sum of RGB (Red+Green+Blue) = 185+126+100=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E64 is #46819B. Grayscale: #8C8C8C. Windows color (decimal): -4620700 or 6586041. OLE color: 6586041.

HSL color Cylindrical-coordinate representation of color #B97E64: hue angle of 18.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97E64 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB185126100-
CMYK00.320.460.27
HSL18.35º37.78%55.88%-
HSV(B)18.35º45.95%72.55%-
XYZ29.7726.1615.54-
YUV140.68105.05159.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=45.01%
G=30.66%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512610000.320.460.2718.3537.7855.88
HexB97E640202E1B122638
Octal2711761440405633224670
Binary101110011111110110010001000001011101101110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E64; }

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

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

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

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

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

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

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

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