#BB668C

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

Shades of Tapestry #BB668C

Tints of Tapestry #BB668C

Color information

#BB668C (or 0xBB668C) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 8C. RGB value is (187,102,140). Sum of RGB (Red+Green+Blue) = 187+102+140=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668C is #449973. Grayscale: #838383. Windows color (decimal): -4495732 or 9201339. OLE color: 9201339.

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

Color convert

RGB187102140-
CMYK00.450.250.27
HSL333.18º38.46%56.67%-
HSV(B)333.18º45.45%73.33%-
XYZ29.9821.9627.47-
YUV131.75132.66167.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=43.59%
G=23.78%
B=32.63%

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
Decimal18710214000.450.250.27333.1838.4656.67
HexBB668C02D191B14d2639
Octal27314621405531335154671
Binary1011101111001101000110001011011100111011101001101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB668C; }

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

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

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

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

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

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

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

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