#B97D5D

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

Shades of Medium Wood #B97D5D

Tints of Medium Wood #B97D5D

Color information

#B97D5D (or 0xB97D5D) is unknown color: approx Medium Wood. HEX triplet: B9, 7D and 5D. RGB value is (185,125,93). Sum of RGB (Red+Green+Blue) = 185+125+93=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D5D is #4682A2. Grayscale: #8B8B8B. Windows color (decimal): -4620963 or 6127033. OLE color: 6127033.

HSL color Cylindrical-coordinate representation of color #B97D5D: hue angle of 20.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B97D5D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18512593-
CMYK00.320.500.27
HSL20.87º39.66%54.51%-
HSV(B)20.87º49.73%72.55%-
XYZ29.3225.7713.79-
YUV139.29101.88160.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=45.91%
G=31.02%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851259300.320.500.2720.8739.6654.51
HexB97D5D020321B152837
Octal2711751350406233255067
Binary101110011111101101110101000001100101101110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D5D; }

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

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

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

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

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

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

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

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