Html Css Color HEX #BB5E7F Tapestry

📋 copy color: '#BB5E7F'

red 187 ◦ green 94 ◦ blue 127

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

Shades of Tapestry #BB5E7F

Tints of Tapestry #BB5E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 45.83%
G = 23.04%
B = 31.13%

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

#BB5E7F (or 0xBB5E7F) is known color: Tapestry. HEX triplet: BB, 5E and 7F. RGB value is (187,94,127). Sum of RGB (Red+Green+Blue) = 187+94+127=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E7F is #44A180. Grayscale: #7D7D7D. Windows color (decimal): -4497793 or 8347323. OLE color: 8347323.

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

Color convert

RGB 187 94 127 -
CMYK 0 0.50 0.32 0.27
HSL 338.71º 0.41% 0.55% -
HSV(B) 338.71º 0.5% 0.73% -
XYZ 28.33 20.1 22.47 -
YUV 125.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 187 94 127 0 0.50 0.32 0.27 338.71 0.41 0.55
Hex BB 5E 7F 0 32 20 1B 153 29 37
Octal 273 136 177 0 62 40 33 523 51 67
Binary 10111011 1011110 1111111 0 110010 100000 11011 101010011 101001 110111

Color Harmonies of #BB5E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E7F

Black with #BB5E7F

Text Example


Text Example

White with #BB5E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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