#B06188

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

Shades of Tapestry #B06188

Tints of Tapestry #B06188

Color information

#B06188 (or 0xB06188) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 88. RGB value is (176,97,136). Sum of RGB (Red+Green+Blue) = 176+97+136=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06188 is #4F9E77. Grayscale: #7C7C7C. Windows color (decimal): -5217912 or 8937904. OLE color: 8937904.

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

Color convert

RGB17697136-
CMYK00.450.230.31
HSL330.38º33.33%53.53%-
HSV(B)330.38º44.89%69.02%-
XYZ26.6219.5625.66-
YUV125.07134.17164.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=43.03%
G=23.72%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769713600.450.230.31330.3833.3353.53
HexB0618802D171F14a2136
Octal26014121005527375124166
Binary1011000011000011000100001011011011111111101001010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06188; }

 p { color: rgb(176,97,136); }

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

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

 a { background-color: rgb(176,97,136); }

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

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

 span { border-color: rgb(176,97,136); }

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