#BB6474

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

Shades of Tapestry #BB6474

Tints of Tapestry #BB6474

Color information

#BB6474 (or 0xBB6474) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 74. RGB value is (187,100,116). Sum of RGB (Red+Green+Blue) = 187+100+116=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6474 is #449B8B. Grayscale: #7F7F7F. Windows color (decimal): -4496268 or 7627963. OLE color: 7627963.

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

Color convert

RGB187100116-
CMYK00.470.380.27
HSL348.97º39.01%56.27%-
HSV(B)348.97º46.52%73.33%-
XYZ28.220.9419.08-
YUV127.84121.32170.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=46.40%
G=24.81%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710011600.470.380.27348.9739.0156.27
HexBB647402F261B15d2738
Octal27314416405746335354770
Binary1011101111001001110100010111110011011011101011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6474; }

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

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

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

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

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

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

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

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