#B07F59

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

Shades of Medium Wood #B07F59

Tints of Medium Wood #B07F59

Color information

#B07F59 (or 0xB07F59) is unknown color: approx Medium Wood. HEX triplet: B0, 7F and 59. RGB value is (176,127,89). Sum of RGB (Red+Green+Blue) = 176+127+89=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F59 is #4F80A6. Grayscale: #898989. Windows color (decimal): -5210279 or 5865392. OLE color: 5865392.

HSL color Cylindrical-coordinate representation of color #B07F59: hue angle of 26.21º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07F59 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17612789-
CMYK00.280.490.31
HSL26.21º35.51%51.96%-
HSV(B)26.21º49.43%69.02%-
XYZ27.325.1312.86-
YUV137.32100.73155.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=44.90%
G=32.40%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761278900.280.490.3126.2135.5151.96
HexB07F5901C311F1a2434
Octal2601771310346137324464
Binary10110000111111110110010111001100011111111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F59; }

 p { color: rgb(176,127,89); }

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

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

 a { background-color: rgb(176,127,89); }

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

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

 span { border-color: rgb(176,127,89); }

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