#BB647B

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

Shades of Tapestry #BB647B

Tints of Tapestry #BB647B

Color information

#BB647B (or 0xBB647B) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 7B. RGB value is (187,100,123). Sum of RGB (Red+Green+Blue) = 187+100+123=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB647B is #449B84. Grayscale: #808080. Windows color (decimal): -4496261 or 8086715. OLE color: 8086715.

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

Color convert

RGB187100123-
CMYK00.470.340.27
HSL344.14º39.01%56.27%-
HSV(B)344.14º46.52%73.33%-
XYZ28.6321.1121.3-
YUV128.64124.82169.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 123 (48.44% from 255) = 30%
R=45.61%
G=24.39%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710012300.470.340.27344.1439.0156.27
HexBB647B02F221B1582738
Octal27314417305742335304770
Binary1011101111001001111011010111110001011011101011000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB647B; }

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

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

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

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

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

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

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

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