#B97B58

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

Shades of Medium Wood #B97B58

Tints of Medium Wood #B97B58

Color information

#B97B58 (or 0xB97B58) is unknown color: approx Medium Wood. HEX triplet: B9, 7B and 58. RGB value is (185,123,88). Sum of RGB (Red+Green+Blue) = 185+123+88=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B58 is #4684A7. Grayscale: #898989. Windows color (decimal): -4621480 or 5798841. OLE color: 5798841.

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

Color convert

RGB18512388-
CMYK00.340.520.27
HSL21.65º40.93%53.53%-
HSV(B)21.65º52.43%72.55%-
XYZ28.8525.1812.57-
YUV137.55100.04161.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=46.72%
G=31.06%
B=22.22%

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
Decimal1851238800.340.520.2721.6540.9353.53
HexB97B58022341B162936
Octal2711731300426433265166
Binary101110011111011101100001000101101001101110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B58; }

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

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

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

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

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

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

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

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