#B97B60

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

Shades of Medium Wood #B97B60

Tints of Medium Wood #B97B60

Color information

#B97B60 (or 0xB97B60) is unknown color: approx Medium Wood. HEX triplet: B9, 7B and 60. RGB value is (185,123,96). Sum of RGB (Red+Green+Blue) = 185+123+96=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B60 is #46849F. Grayscale: #8A8A8A. Windows color (decimal): -4621472 or 6323129. OLE color: 6323129.

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

Color convert

RGB18512396-
CMYK00.340.480.27
HSL18.2º38.86%55.1%-
HSV(B)18.2º48.11%72.55%-
XYZ29.225.3214.42-
YUV138.46104.04161.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=45.79%
G=30.45%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851239600.340.480.2718.238.8655.1
HexB97B60022301B122737
Octal2711731400426033224767
Binary101110011111011110000001000101100001101110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B60; }

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

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

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

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

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

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

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

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