#BB5E7C

Color #BB5E7C Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BB5E7C

Tints of Tapestry #BB5E7C

Color information

#BB5E7C (or 0xBB5E7C) is unknown color: approx Tapestry. HEX triplet: BB, 5E and 7C. RGB value is (187,94,124). Sum of RGB (Red+Green+Blue) = 187+94+124=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E7C is #44A183. Grayscale: #7D7D7D. Windows color (decimal): -4497796 or 8150715. OLE color: 8150715.

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

Color convert

RGB18794124-
CMYK00.500.340.27
HSL340.65º40.61%55.1%-
HSV(B)340.65º49.73%73.33%-
XYZ28.1320.0321.45-
YUV125.23127.31172.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=46.17%
G=23.21%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879412400.500.340.27340.6540.6155.1
HexBB5E7C032221B1552937
Octal27313617406242335255167
Binary1011101110111101111100011001010001011011101010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E7C; }

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

 H1.HeaderClassName
 {
   color: #BB5E7C;
 }
 .AnyTagClassName
 {
   color: #BB5E7C;
 }
</style>
background-color css

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

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

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

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

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

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