Html Css Color HEX #BB5E7E Tapestry

📋 copy color: '#BB5E7E'

red 187 ◦ green 94 ◦ blue 126

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

Shades of Tapestry #BB5E7E

Tints of Tapestry #BB5E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 45.95%
G = 23.1%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB5E7E (or 0xBB5E7E) is known color: Tapestry. HEX triplet: BB, 5E and 7E. RGB value is (187,94,126). Sum of RGB (Red+Green+Blue) = 187+94+126=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E7E is #44A181. Grayscale: #7D7D7D. Windows color (decimal): -4497794 or 8281787. OLE color: 8281787.

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

Color convert

RGB 187 94 126 -
CMYK 0 0.50 0.33 0.27
HSL 339.35º 0.41% 0.55% -
HSV(B) 339.35º 0.5% 0.73% -
XYZ 28.26 20.08 22.12 -
YUV 125.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 187 94 126 0 0.50 0.33 0.27 339.35 0.41 0.55
Hex BB 5E 7E 0 32 21 1B 153 29 37
Octal 273 136 176 0 62 41 33 523 51 67
Binary 10111011 1011110 1111110 0 110010 100001 11011 101010011 101001 110111

Color Harmonies of #BB5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E7E

Black with #BB5E7E

Text Example


Text Example

White with #BB5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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