#B07C59

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

Shades of Medium Wood #B07C59

Tints of Medium Wood #B07C59

Color information

#B07C59 (or 0xB07C59) is unknown color: approx Medium Wood. HEX triplet: B0, 7C and 59. RGB value is (176,124,89). Sum of RGB (Red+Green+Blue) = 176+124+89=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C59 is #4F83A6. Grayscale: #878787. Windows color (decimal): -5211047 or 5864624. OLE color: 5864624.

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

Color convert

RGB17612489-
CMYK00.300.490.31
HSL24.14º35.51%51.96%-
HSV(B)24.14º49.43%69.02%-
XYZ26.9224.3712.74-
YUV135.56101.73156.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=45.24%
G=31.88%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761248900.300.490.3124.1435.5151.96
HexB07C5901E311F182434
Octal2601741310366137304464
Binary10110000111110010110010111101100011111111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C59; }

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

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

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

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

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

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

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

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