#B07F6B

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

Shades of Medium Wood #B07F6B

Tints of Medium Wood #B07F6B

Color information

#B07F6B (or 0xB07F6B) is unknown color: approx Medium Wood. HEX triplet: B0, 7F and 6B. RGB value is (176,127,107). Sum of RGB (Red+Green+Blue) = 176+127+107=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F6B is #4F8094. Grayscale: #8B8B8B. Windows color (decimal): -5210261 or 7045040. OLE color: 7045040.

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

Color convert

RGB176127107-
CMYK00.280.390.31
HSL17.39º30.4%55.49%-
HSV(B)17.39º39.2%69.02%-
XYZ28.1525.4717.34-
YUV139.37109.73154.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=42.93%
G=30.98%
B=26.10%

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
Decimal17612710700.280.390.3117.3930.455.49
HexB07F6B01C271F111e37
Octal2601771530344737213667
Binary1011000011111111101011011100100111111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F6B; }

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

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

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

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

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

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

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

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