#BB6185

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

Shades of Tapestry #BB6185

Tints of Tapestry #BB6185

Color information

#BB6185 (or 0xBB6185) is unknown color: approx Tapestry. HEX triplet: BB, 61 and 85. RGB value is (187,97,133). Sum of RGB (Red+Green+Blue) = 187+97+133=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6185 is #449E7A. Grayscale: #7F7F7F. Windows color (decimal): -4497019 or 8741307. OLE color: 8741307.

HSL color Cylindrical-coordinate representation of color #BB6185: hue angle of 336º 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 #BB6185 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18797133-
CMYK00.480.290.27
HSL336º39.82%55.69%-
HSV(B)336º48.13%73.33%-
XYZ2920.8124.68-
YUV128.01130.82170.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=44.84%
G=23.26%
B=31.89%

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
Decimal1879713300.480.290.2733639.8255.69
HexBB61850301D1B1502838
Octal27314120506035335205070
Binary1011101111000011000010101100001110111011101010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6185; }

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

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

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

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

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

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

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

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