#B07F90

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

Shades of Tapestry #B07F90

Tints of Tapestry #B07F90

Color information

#B07F90 (or 0xB07F90) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 90. RGB value is (176,127,144). Sum of RGB (Red+Green+Blue) = 176+127+144=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F90 is #4F806F. Grayscale: #8F8F8F. Windows color (decimal): -5210224 or 9469872. OLE color: 9469872.

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

Color convert

RGB176127144-
CMYK00.280.180.31
HSL339.18º23.67%59.41%-
HSV(B)339.18º27.84%69.02%-
XYZ30.5326.4229.88-
YUV143.59128.23151.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=39.37%
G=28.41%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612714400.280.180.31339.1823.6759.41
HexB07F9001C121F153183b
Octal26017722003422375233073
Binary10110000111111110010000011100100101111110101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F90; }

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

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

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

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

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

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

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

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