#B97A59

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

Shades of Medium Wood #B97A59

Tints of Medium Wood #B97A59

Color information

#B97A59 (or 0xB97A59) is unknown color: approx Medium Wood. HEX triplet: B9, 7A and 59. RGB value is (185,122,89). Sum of RGB (Red+Green+Blue) = 185+122+89=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A59 is #4685A6. Grayscale: #898989. Windows color (decimal): -4621735 or 5864121. OLE color: 5864121.

HSL color Cylindrical-coordinate representation of color #B97A59: hue angle of 20.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B97A59 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18512289-
CMYK00.340.520.27
HSL20.62º40.68%53.73%-
HSV(B)20.62º51.89%72.55%-
XYZ28.7724.9512.75-
YUV137.07100.87162.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=46.72%
G=30.81%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851228900.340.520.2720.6240.6853.73
HexB97A59022341B152936
Octal2711721310426433255166
Binary101110011111010101100101000101101001101110101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A59; }

 p { color: rgb(185,122,89); }

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

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

 a { background-color: rgb(185,122,89); }

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

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

 span { border-color: rgb(185,122,89); }

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