#B06187

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

Shades of Tapestry #B06187

Tints of Tapestry #B06187

Color information

#B06187 (or 0xB06187) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 87. RGB value is (176,97,135). Sum of RGB (Red+Green+Blue) = 176+97+135=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B06187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06187 is #4F9E78. Grayscale: #7C7C7C. Windows color (decimal): -5217913 or 8872368. OLE color: 8872368.

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

Color convert

RGB17697135-
CMYK00.450.230.31
HSL331.14º33.33%53.53%-
HSV(B)331.14º44.89%69.02%-
XYZ26.5519.5325.29-
YUV124.95133.67164.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=43.14%
G=23.77%
B=33.09%

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
Decimal1769713500.450.230.31331.1433.3353.53
HexB0618702D171F14b2136
Octal26014120705527375134166
Binary1011000011000011000011101011011011111111101001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06187; }

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

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

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

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

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

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

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

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