#b06089

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

Shades of Tapestry #B06089

Tints of Tapestry #B06089

Color information

#B06089 (or 0xB06089) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 89. RGB value is (176,96,137). Sum of RGB (Red+Green+Blue) = 176+96+137=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06089 is #4F9F76. Grayscale: #7C7C7C. Windows color (decimal): -5218167 or 9003184. OLE color: 9003184.

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

Color convert

RGB17696137-
CMYK00.450.220.31
HSL329.25º33.61%53.33%-
HSV(B)329.25º45.45%69.02%-
XYZ26.619.426.01-
YUV124.59135164.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=43.03%
G=23.47%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769613700.450.220.31329.2533.6153.33
HexB0608902D161F1492235
Octal26014021105526375114265
Binary1011000011000001000100101011011011011111101001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06089; }

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

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

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

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

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

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

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

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