#B07F8F

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

Shades of Tapestry #B07F8F

Tints of Tapestry #B07F8F

Color information

#B07F8F (or 0xB07F8F) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 8F. RGB value is (176,127,143). Sum of RGB (Red+Green+Blue) = 176+127+143=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F8F is #4F8070. Grayscale: #8F8F8F. Windows color (decimal): -5210225 or 9404336. OLE color: 9404336.

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

Color convert

RGB176127143-
CMYK00.280.190.31
HSL340.41º23.67%59.41%-
HSV(B)340.41º27.84%69.02%-
XYZ30.4526.3929.48-
YUV143.48127.73151.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=39.46%
G=28.48%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612714300.280.190.31340.4123.6759.41
HexB07F8F01C131F154183b
Octal26017721703423375243073
Binary10110000111111110001111011100100111111110101010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F8F; }

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

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

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

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

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

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

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

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