#B07F6C

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

Shades of Medium Wood #B07F6C

Tints of Medium Wood #B07F6C

Color information

#B07F6C (or 0xB07F6C) is unknown color: approx Medium Wood. HEX triplet: B0, 7F and 6C. RGB value is (176,127,108). Sum of RGB (Red+Green+Blue) = 176+127+108=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F6C is #4F8093. Grayscale: #8B8B8B. Windows color (decimal): -5210260 or 7110576. OLE color: 7110576.

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

Color convert

RGB176127108-
CMYK00.280.390.31
HSL16.76º30.09%55.69%-
HSV(B)16.76º38.64%69.02%-
XYZ28.225.4917.62-
YUV139.48110.23154.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=42.82%
G=30.90%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612710800.280.390.3116.7630.0955.69
HexB07F6C01C271F111e38
Octal2601771540344737213670
Binary1011000011111111101100011100100111111111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F6C; }

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

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

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

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

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

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

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

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