#B07957

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

Shades of Medium Wood #B07957

Tints of Medium Wood #B07957

Color information

#B07957 (or 0xB07957) is unknown color: approx Medium Wood. HEX triplet: B0, 79 and 57. RGB value is (176,121,87). Sum of RGB (Red+Green+Blue) = 176+121+87=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B07957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07957 is #4F86A8. Grayscale: #858585. Windows color (decimal): -5211817 or 5732784. OLE color: 5732784.

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

Color convert

RGB17612187-
CMYK00.310.510.31
HSL22.92º36.03%51.57%-
HSV(B)22.92º50.57%69.02%-
XYZ26.4623.5912.18-
YUV133.57101.72158.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=45.83%
G=31.51%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761218700.310.510.3122.9236.0351.57
HexB0795701F331F172434
Octal2601711270376337274464
Binary10110000111100110101110111111100111111110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07957; }

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

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

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

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

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

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

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

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