#B97D64

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

Shades of Medium Wood #B97D64

Tints of Medium Wood #B97D64

Color information

#B97D64 (or 0xB97D64) is unknown color: approx Medium Wood. HEX triplet: B9, 7D and 64. RGB value is (185,125,100). Sum of RGB (Red+Green+Blue) = 185+125+100=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D64 is #46829B. Grayscale: #8C8C8C. Windows color (decimal): -4620956 or 6585785. OLE color: 6585785.

HSL color Cylindrical-coordinate representation of color #B97D64: hue angle of 17.65º 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 #B97D64 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB185125100-
CMYK00.320.460.27
HSL17.65º37.78%55.88%-
HSV(B)17.65º45.95%72.55%-
XYZ29.6425.915.49-
YUV140.09105.38160.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=45.12%
G=30.49%
B=24.39%

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
Decimal18512510000.320.460.2717.6537.7855.88
HexB97D640202E1B122638
Octal2711751440405633224670
Binary101110011111101110010001000001011101101110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D64; }

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

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

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

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

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

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

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

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