#BB5F7D

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

Shades of Tapestry #BB5F7D

Tints of Tapestry #BB5F7D

Color information

#BB5F7D (or 0xBB5F7D) is unknown color: approx Tapestry. HEX triplet: BB, 5F and 7D. RGB value is (187,95,125). Sum of RGB (Red+Green+Blue) = 187+95+125=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F7D is #44A082. Grayscale: #7D7D7D. Windows color (decimal): -4497539 or 8216507. OLE color: 8216507.

HSL color Cylindrical-coordinate representation of color #BB5F7D: hue angle of 340.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5F7D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18795125-
CMYK00.490.330.27
HSL340.43º40.35%55.29%-
HSV(B)340.43º49.2%73.33%-
XYZ28.2920.2321.82-
YUV125.93127.48171.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=45.95%
G=23.34%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879512500.490.330.27340.4340.3555.29
HexBB5F7D031211B1542837
Octal27313717506141335245067
Binary1011101110111111111101011000110000111011101010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F7D; }

 p { color: rgb(187,95,125); }

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

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

 a { background-color: rgb(187,95,125); }

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

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

 span { border-color: rgb(187,95,125); }

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