Html Css Color HEX #BB6980 Tapestry

📋 copy color: '#BB6980'

red 187 ◦ green 105 ◦ blue 128

#BB6980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BB6980

Tints of Tapestry #BB6980

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 44.52%
G = 25%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB6980 (or 0xBB6980) is known color: Tapestry. HEX triplet: BB, 69 and 80. RGB value is (187,105,128). Sum of RGB (Red+Green+Blue) = 187+105+128=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6980 is #44967F. Grayscale: #848484. Windows color (decimal): -4494976 or 8415675. OLE color: 8415675.

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

Color convert

RGB 187 105 128 -
CMYK 0 0.44 0.32 0.27
HSL 343.17º 0.38% 0.57% -
HSV(B) 343.17º 0.44% 0.73% -
XYZ 29.44 22.23 23.16 -
YUV 132.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 187 105 128 0 0.44 0.32 0.27 343.17 0.38 0.57
Hex BB 69 80 0 2C 20 1B 157 26 39
Octal 273 151 200 0 54 40 33 527 46 71
Binary 10111011 1101001 10000000 0 101100 100000 11011 101010111 100110 111001

Color Harmonies of #BB6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6980

Black with #BB6980

Text Example


Text Example

White with #BB6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6980; }

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

 H1.HeaderClassName
 {
   color: #BB6980;
 }
 .AnyTagClassName
 {
   color: #BB6980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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