Html Css Color HEX #BB7991 Tapestry

📋 copy color: '#BB7991'

red 187 ◦ green 121 ◦ blue 145

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

Shades of Tapestry #BB7991

Tints of Tapestry #BB7991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

 BLUE value IS 145 (57.03% from 255) = 32.01%

R = 41.28%
G = 26.71%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB7991 (or 0xBB7991) is known color: Tapestry. HEX triplet: BB, 79 and 91. RGB value is (187,121,145). Sum of RGB (Red+Green+Blue) = 187+121+145=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7991 is #44866E. Grayscale: #8F8F8F. Windows color (decimal): -4490863 or 9533883. OLE color: 9533883.

HSL color Cylindrical-coordinate representation of color #BB7991: hue angle of 338.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7991 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 121 145 -
CMYK 0 0.35 0.22 0.27
HSL 338.18º 0.33% 0.6% -
HSV(B) 338.18º 0.35% 0.73% -
XYZ 32.44 26.28 30.15 -
YUV 143.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 187 121 145 0 0.35 0.22 0.27 338.18 0.33 0.6
Hex BB 79 91 0 23 16 1B 152 21 3C
Octal 273 171 221 0 43 26 33 522 41 74
Binary 10111011 1111001 10010001 0 100011 10110 11011 101010010 100001 111100

Color Harmonies of #BB7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7991

Black with #BB7991

Text Example


Text Example

White with #BB7991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7991; }

 p { color: rgb(187,121,145); }

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

background-color css

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

 a { background-color: rgb(187,121,145); }

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

border-color css

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

 span { border-color: rgb(187,121,145); }

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