#BB6184

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

Shades of Tapestry #BB6184

Tints of Tapestry #BB6184

Color information

#BB6184 (or 0xBB6184) is unknown color: approx Tapestry. HEX triplet: BB, 61 and 84. RGB value is (187,97,132). Sum of RGB (Red+Green+Blue) = 187+97+132=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6184 is #449E7B. Grayscale: #7F7F7F. Windows color (decimal): -4497020 or 8675771. OLE color: 8675771.

HSL color Cylindrical-coordinate representation of color #BB6184: hue angle of 336.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6184 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18797132-
CMYK00.480.290.27
HSL336.67º39.82%55.69%-
HSV(B)336.67º48.13%73.33%-
XYZ28.9320.7824.32-
YUV127.9130.32170.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=44.95%
G=23.32%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879713200.480.290.27336.6739.8255.69
HexBB61840301D1B1512838
Octal27314120406035335215070
Binary1011101111000011000010001100001110111011101010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6184; }

 p { color: rgb(187,97,132); }

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

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

 a { background-color: rgb(187,97,132); }

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

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

 span { border-color: rgb(187,97,132); }

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