#BB668B

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

Shades of Tapestry #BB668B

Tints of Tapestry #BB668B

Color information

#BB668B (or 0xBB668B) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 8B. RGB value is (187,102,139). Sum of RGB (Red+Green+Blue) = 187+102+139=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668B is #449974. Grayscale: #838383. Windows color (decimal): -4495733 or 9135803. OLE color: 9135803.

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

Color convert

RGB187102139-
CMYK00.450.260.27
HSL333.88º38.46%56.67%-
HSV(B)333.88º45.45%73.33%-
XYZ29.9121.9327.08-
YUV131.63132.16167.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=43.69%
G=23.83%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710213900.450.260.27333.8838.4656.67
HexBB668B02D1A1B14e2639
Octal27314621305532335164671
Binary1011101111001101000101101011011101011011101001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB668B; }

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

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

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

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

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

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

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

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