#BB5F81

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

Shades of Tapestry #BB5F81

Tints of Tapestry #BB5F81

Color information

#BB5F81 (or 0xBB5F81) is unknown color: approx Tapestry. HEX triplet: BB, 5F and 81. RGB value is (187,95,129). Sum of RGB (Red+Green+Blue) = 187+95+129=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5F81 is #44A07E. Grayscale: #7E7E7E. Windows color (decimal): -4497535 or 8478651. OLE color: 8478651.

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

Color convert

RGB18795129-
CMYK00.490.310.27
HSL337.83º40.35%55.29%-
HSV(B)337.83º49.2%73.33%-
XYZ28.5520.3323.19-
YUV126.38129.48171.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=45.50%
G=23.11%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879512900.490.310.27337.8340.3555.29
HexBB5F810311F1B1522837
Octal27313720106137335225067
Binary1011101110111111000000101100011111111011101010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F81; }

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

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

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

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

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

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

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

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