#BB6683

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

Shades of Tapestry #BB6683

Tints of Tapestry #BB6683

Color information

#BB6683 (or 0xBB6683) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 83. RGB value is (187,102,131). Sum of RGB (Red+Green+Blue) = 187+102+131=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6683 is #44997C. Grayscale: #828282. Windows color (decimal): -4495741 or 8611515. OLE color: 8611515.

HSL color Cylindrical-coordinate representation of color #BB6683: hue angle of 339.53º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6683 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187102131-
CMYK00.450.300.27
HSL339.53º38.46%56.67%-
HSV(B)339.53º45.45%73.33%-
XYZ29.3421.7124.12-
YUV130.72128.16168.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=44.52%
G=24.29%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710213100.450.300.27339.5338.4656.67
HexBB668302D1E1B1542639
Octal27314620305536335244671
Binary1011101111001101000001101011011111011011101010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6683; }

 p { color: rgb(187,102,131); }

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

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

 a { background-color: rgb(187,102,131); }

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

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

 span { border-color: rgb(187,102,131); }

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