#B07F92

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

Shades of Tapestry #B07F92

Tints of Tapestry #B07F92

Color information

#B07F92 (or 0xB07F92) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 92. RGB value is (176,127,146). Sum of RGB (Red+Green+Blue) = 176+127+146=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F92 is #4F806D. Grayscale: #8F8F8F. Windows color (decimal): -5210222 or 9600944. OLE color: 9600944.

HSL color Cylindrical-coordinate representation of color #B07F92: hue angle of 336.73º 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 #B07F92 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176127146-
CMYK00.280.170.31
HSL336.73º23.67%59.41%-
HSV(B)336.73º27.84%69.02%-
XYZ30.6826.4830.69-
YUV143.82129.23150.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=39.20%
G=28.29%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612714600.280.170.31336.7323.6759.41
HexB07F9201C111F151183b
Octal26017722203421375213073
Binary10110000111111110010010011100100011111110101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F92; }

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

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

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

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

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

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

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

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