#b07f58

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

Shades of Medium Wood #B07F58

Tints of Medium Wood #B07F58

Color information

#B07F58 (or 0xB07F58) is unknown color: approx Medium Wood. HEX triplet: B0, 7F and 58. RGB value is (176,127,88). Sum of RGB (Red+Green+Blue) = 176+127+88=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F58 is #4F80A7. Grayscale: #898989. Windows color (decimal): -5210280 or 5799856. OLE color: 5799856.

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

Color convert

RGB17612788-
CMYK00.280.500.31
HSL26.59º35.77%51.76%-
HSV(B)26.59º50%69.02%-
XYZ27.2625.1112.64-
YUV137.2100.23155.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=45.01%
G=32.48%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761278800.280.500.3126.5935.7751.76
HexB07F5801C321F1b2434
Octal2601771300346237334464
Binary10110000111111110110000111001100101111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07f58; }

 p { color: rgb(176,127,88); }

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

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

 a { background-color: rgb(176,127,88); }

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

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

 span { border-color: rgb(176,127,88); }

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