#BB6477

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

Shades of Tapestry #BB6477

Tints of Tapestry #BB6477

Color information

#BB6477 (or 0xBB6477) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 77. RGB value is (187,100,119). Sum of RGB (Red+Green+Blue) = 187+100+119=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6477 is #449B88. Grayscale: #808080. Windows color (decimal): -4496265 or 7824571. OLE color: 7824571.

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

Color convert

RGB187100119-
CMYK00.470.360.27
HSL346.9º39.01%56.27%-
HSV(B)346.9º46.52%73.33%-
XYZ28.3821.0120.01-
YUV128.18122.82169.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=46.06%
G=24.63%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710011900.470.360.27346.939.0156.27
HexBB647702F241B15b2738
Octal27314416705744335334770
Binary1011101111001001110111010111110010011011101011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6477; }

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

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

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

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

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

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

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

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