#BB648B

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

Shades of Tapestry #BB648B

Tints of Tapestry #BB648B

Color information

#BB648B (or 0xBB648B) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 8B. RGB value is (187,100,139). Sum of RGB (Red+Green+Blue) = 187+100+139=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB648B is #449B74. Grayscale: #828282. Windows color (decimal): -4496245 or 9135291. OLE color: 9135291.

HSL color Cylindrical-coordinate representation of color #BB648B: hue angle of 333.1º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB648B is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187100139-
CMYK00.470.260.27
HSL333.1º39.01%56.27%-
HSV(B)333.1º46.52%73.33%-
XYZ29.7121.5427.02-
YUV130.46132.82168.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=43.90%
G=23.47%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710013900.470.260.27333.139.0156.27
HexBB648B02F1A1B14d2738
Octal27314421305732335154770
Binary1011101111001001000101101011111101011011101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB648B; }

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

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

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

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

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

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

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

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