#B07960

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

Shades of Medium Wood #B07960

Tints of Medium Wood #B07960

Color information

#B07960 (or 0xB07960) is unknown color: approx Medium Wood. HEX triplet: B0, 79 and 60. RGB value is (176,121,96). Sum of RGB (Red+Green+Blue) = 176+121+96=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07960 is #4F869F. Grayscale: #868686. Windows color (decimal): -5211808 or 6322608. OLE color: 6322608.

HSL color Cylindrical-coordinate representation of color #B07960: hue angle of 18.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07960 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17612196-
CMYK00.310.450.31
HSL18.75º33.61%53.33%-
HSV(B)18.75º45.45%69.02%-
XYZ26.8523.7514.24-
YUV134.6106.22157.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=44.78%
G=30.79%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761219600.310.450.3118.7533.6153.33
HexB0796001F2D1F132235
Octal2601711400375537234265
Binary10110000111100111000000111111011011111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07960; }

 p { color: rgb(176,121,96); }

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

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

 a { background-color: rgb(176,121,96); }

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

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

 span { border-color: rgb(176,121,96); }

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