#B07F68

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

Shades of Medium Wood #B07F68

Tints of Medium Wood #B07F68

Color information

#B07F68 (or 0xB07F68) is unknown color: approx Medium Wood. HEX triplet: B0, 7F and 68. RGB value is (176,127,104). Sum of RGB (Red+Green+Blue) = 176+127+104=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F68 is #4F8097. Grayscale: #8B8B8B. Windows color (decimal): -5210264 or 6848432. OLE color: 6848432.

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

Color convert

RGB176127104-
CMYK00.280.410.31
HSL19.17º31.3%54.9%-
HSV(B)19.17º40.91%69.02%-
XYZ27.9925.4116.53-
YUV139.03108.23154.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=43.24%
G=31.20%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612710400.280.410.3119.1731.354.9
HexB07F6801C291F131f37
Octal2601771500345137233767
Binary1011000011111111101000011100101001111111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F68; }

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

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

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

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

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

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

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

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