#BB6978

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

Shades of Tapestry #BB6978

Tints of Tapestry #BB6978

Color information

#BB6978 (or 0xBB6978) is unknown color: approx Tapestry. HEX triplet: BB, 69 and 78. RGB value is (187,105,120). Sum of RGB (Red+Green+Blue) = 187+105+120=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6978 is #449687. Grayscale: #838383. Windows color (decimal): -4494984 or 7891387. OLE color: 7891387.

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

Color convert

RGB187105120-
CMYK00.440.360.27
HSL349.02º37.61%57.25%-
HSV(B)349.02º43.85%73.33%-
XYZ28.9422.0220.5-
YUV131.23121.67167.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=45.39%
G=25.49%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710512000.440.360.27349.0237.6157.25
HexBB697802C241B15d2639
Octal27315117005444335354671
Binary1011101111010011111000010110010010011011101011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6978; }

 p { color: rgb(187,105,120); }

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

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

 a { background-color: rgb(187,105,120); }

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

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

 span { border-color: rgb(187,105,120); }

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