#BB668D

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

Shades of Tapestry #BB668D

Tints of Tapestry #BB668D

Color information

#BB668D (or 0xBB668D) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 8D. RGB value is (187,102,141). Sum of RGB (Red+Green+Blue) = 187+102+141=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668D is #449972. Grayscale: #838383. Windows color (decimal): -4495731 or 9266875. OLE color: 9266875.

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

Color convert

RGB187102141-
CMYK00.450.250.27
HSL332.47º38.46%56.67%-
HSV(B)332.47º45.45%73.33%-
XYZ30.0521.9927.86-
YUV131.86133.16167.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=43.49%
G=23.72%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710214100.450.250.27332.4738.4656.67
HexBB668D02D191B14c2639
Octal27314621505531335144671
Binary1011101111001101000110101011011100111011101001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB668D; }

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

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

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

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

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

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

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

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