Html Css Color HEX #BB5E80 Tapestry

📋 copy color: '#BB5E80'

red 187 ◦ green 94 ◦ blue 128

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

Shades of Tapestry #BB5E80

Tints of Tapestry #BB5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

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

R = 45.72%
G = 22.98%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB5E80 (or 0xBB5E80) is known color: Tapestry. HEX triplet: BB, 5E and 80. RGB value is (187,94,128). Sum of RGB (Red+Green+Blue) = 187+94+128=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E80 is #44A17F. Grayscale: #7D7D7D. Windows color (decimal): -4497792 or 8412859. OLE color: 8412859.

HSL color Cylindrical-coordinate representation of color #BB5E80: hue angle of 338.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E80 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 128 -
CMYK 0 0.50 0.32 0.27
HSL 338.06º 0.41% 0.55% -
HSV(B) 338.06º 0.5% 0.73% -
XYZ 28.39 20.13 22.81 -
YUV 125.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 187 94 128 0 0.50 0.32 0.27 338.06 0.41 0.55
Hex BB 5E 80 0 32 20 1B 152 29 37
Octal 273 136 200 0 62 40 33 522 51 67
Binary 10111011 1011110 10000000 0 110010 100000 11011 101010010 101001 110111

Color Harmonies of #BB5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E80

Black with #BB5E80

Text Example


Text Example

White with #BB5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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