#BB668A

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

Shades of Tapestry #BB668A

Tints of Tapestry #BB668A

Color information

#BB668A (or 0xBB668A) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 8A. RGB value is (187,102,138). Sum of RGB (Red+Green+Blue) = 187+102+138=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668A is #449975. Grayscale: #838383. Windows color (decimal): -4495734 or 9070267. OLE color: 9070267.

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

Color convert

RGB187102138-
CMYK00.450.260.27
HSL334.59º38.46%56.67%-
HSV(B)334.59º45.45%73.33%-
XYZ29.8321.926.7-
YUV131.52131.66167.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=43.79%
G=23.89%
B=32.32%

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
Decimal18710213800.450.260.27334.5938.4656.67
HexBB668A02D1A1B14f2639
Octal27314621205532335174671
Binary1011101111001101000101001011011101011011101001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB668A; }

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

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

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

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

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

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

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

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