#B07C56

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

Shades of Medium Wood #B07C56

Tints of Medium Wood #B07C56

Color information

#B07C56 (or 0xB07C56) is unknown color: approx Medium Wood. HEX triplet: B0, 7C and 56. RGB value is (176,124,86). Sum of RGB (Red+Green+Blue) = 176+124+86=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C56 is #4F83A9. Grayscale: #878787. Windows color (decimal): -5211050 or 5668016. OLE color: 5668016.

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

Color convert

RGB17612486-
CMYK00.300.510.31
HSL25.33º36.29%51.37%-
HSV(B)25.33º51.14%69.02%-
XYZ26.7924.3212.09-
YUV135.22100.23157.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=45.60%
G=32.12%
B=22.28%

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
Decimal1761248600.300.510.3125.3336.2951.37
HexB07C5601E331F192433
Octal2601741260366337314463
Binary10110000111110010101100111101100111111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C56; }

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

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

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

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

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

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

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

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