#B97B5B

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

Shades of Medium Wood #B97B5B

Tints of Medium Wood #B97B5B

Color information

#B97B5B (or 0xB97B5B) is unknown color: approx Medium Wood. HEX triplet: B9, 7B and 5B. RGB value is (185,123,91). Sum of RGB (Red+Green+Blue) = 185+123+91=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B5B is #4684A4. Grayscale: #8A8A8A. Windows color (decimal): -4621477 or 5995449. OLE color: 5995449.

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

Color convert

RGB18512391-
CMYK00.340.510.27
HSL20.43º40.17%54.12%-
HSV(B)20.43º50.81%72.55%-
XYZ28.9825.2413.24-
YUV137.89101.54161.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=46.37%
G=30.83%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851239100.340.510.2720.4340.1754.12
HexB97B5B022331B142836
Octal2711731330426333245066
Binary101110011111011101101101000101100111101110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B5B; }

 p { color: rgb(185,123,91); }

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

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

 a { background-color: rgb(185,123,91); }

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

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

 span { border-color: rgb(185,123,91); }

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