#B07A59

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

Shades of Medium Wood #B07A59

Tints of Medium Wood #B07A59

Color information

#B07A59 (or 0xB07A59) is unknown color: approx Medium Wood. HEX triplet: B0, 7A and 59. RGB value is (176,122,89). Sum of RGB (Red+Green+Blue) = 176+122+89=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A59 is #4F85A6. Grayscale: #868686. Windows color (decimal): -5211559 or 5864112. OLE color: 5864112.

HSL color Cylindrical-coordinate representation of color #B07A59: hue angle of 22.76º 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 #B07A59 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17612289-
CMYK00.310.490.31
HSL22.76º35.51%51.96%-
HSV(B)22.76º49.43%69.02%-
XYZ26.6723.8712.65-
YUV134.38102.39157.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=45.48%
G=31.52%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761228900.310.490.3122.7635.5151.96
HexB07A5901F311F172434
Octal2601721310376137274464
Binary10110000111101010110010111111100011111110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A59; }

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

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

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

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

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

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

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

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