#BB6876

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

Shades of Tapestry #BB6876

Tints of Tapestry #BB6876

Color information

#BB6876 (or 0xBB6876) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 76. RGB value is (187,104,118). Sum of RGB (Red+Green+Blue) = 187+104+118=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6876 is #449789. Grayscale: #828282. Windows color (decimal): -4495242 or 7760059. OLE color: 7760059.

HSL color Cylindrical-coordinate representation of color #BB6876: hue angle of 349.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6876 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187104118-
CMYK00.440.370.27
HSL349.88º37.9%57.06%-
HSV(B)349.88º44.39%73.33%-
XYZ28.7121.7719.83-
YUV130.41121168.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=45.72%
G=25.43%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710411800.440.370.27349.8837.957.06
HexBB687602C251B15e2639
Octal27315016605445335364671
Binary1011101111010001110110010110010010111011101011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6876; }

 p { color: rgb(187,104,118); }

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

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

 a { background-color: rgb(187,104,118); }

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

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

 span { border-color: rgb(187,104,118); }

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