Html Css Color HEX #BB7591 Tapestry

📋 copy color: '#BB7591'

red 187 ◦ green 117 ◦ blue 145

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

Shades of Tapestry #BB7591

Tints of Tapestry #BB7591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

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

R = 41.65%
G = 26.06%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB7591 (or 0xBB7591) is known color: Tapestry. HEX triplet: BB, 75 and 91. RGB value is (187,117,145). Sum of RGB (Red+Green+Blue) = 187+117+145=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7591 is #448A6E. Grayscale: #8D8D8D. Windows color (decimal): -4491887 or 9532859. OLE color: 9532859.

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

Color convert

RGB 187 117 145 -
CMYK 0 0.37 0.22 0.27
HSL 336º 0.34% 0.6% -
HSV(B) 336º 0.37% 0.73% -
XYZ 31.97 25.33 29.99 -
YUV 141.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 187 117 145 0 0.37 0.22 0.27 336 0.34 0.6
Hex BB 75 91 0 25 16 1B 150 22 3C
Octal 273 165 221 0 45 26 33 520 42 74
Binary 10111011 1110101 10010001 0 100101 10110 11011 101010000 100010 111100

Color Harmonies of #BB7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7591

Black with #BB7591

Text Example


Text Example

White with #BB7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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