#B07489

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

Shades of Tapestry #B07489

Tints of Tapestry #B07489

Color information

#B07489 (or 0xB07489) is unknown color: approx Tapestry. HEX triplet: B0, 74 and 89. RGB value is (176,116,137). Sum of RGB (Red+Green+Blue) = 176+116+137=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07489 is #4F8B76. Grayscale: #888888. Windows color (decimal): -5213047 or 9008304. OLE color: 9008304.

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

Color convert

RGB176116137-
CMYK00.340.220.31
HSL339º27.52%57.25%-
HSV(B)339º34.09%69.02%-
XYZ28.6723.5326.7-
YUV136.33128.38156.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=41.03%
G=27.04%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611613700.340.220.3133927.5257.25
HexB07489022161F1531c39
Octal26016421104226375233471
Binary101100001110100100010010100010101101111110101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07489; }

 p { color: rgb(176,116,137); }

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

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

 a { background-color: rgb(176,116,137); }

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

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

 span { border-color: rgb(176,116,137); }

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