#B07B56

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

Shades of Medium Wood #B07B56

Tints of Medium Wood #B07B56

Color information

#B07B56 (or 0xB07B56) is unknown color: approx Medium Wood. HEX triplet: B0, 7B and 56. RGB value is (176,123,86). Sum of RGB (Red+Green+Blue) = 176+123+86=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B56 is #4F84A9. Grayscale: #868686. Windows color (decimal): -5211306 or 5667760. OLE color: 5667760.

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

Color convert

RGB17612386-
CMYK00.300.510.31
HSL24.67º36.29%51.37%-
HSV(B)24.67º51.14%69.02%-
XYZ26.6724.0712.04-
YUV134.63100.56157.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=45.71%
G=31.95%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761238600.300.510.3124.6736.2951.37
HexB07B5601E331F192433
Octal2601731260366337314463
Binary10110000111101110101100111101100111111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B56; }

 p { color: rgb(176,123,86); }

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

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

 a { background-color: rgb(176,123,86); }

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

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

 span { border-color: rgb(176,123,86); }

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