#BB6081

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

Shades of Tapestry #BB6081

Tints of Tapestry #BB6081

Color information

#BB6081 (or 0xBB6081) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 81. RGB value is (187,96,129). Sum of RGB (Red+Green+Blue) = 187+96+129=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6081 is #449F7E. Grayscale: #7E7E7E. Windows color (decimal): -4497279 or 8478907. OLE color: 8478907.

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

Color convert

RGB18796129-
CMYK00.490.310.27
HSL338.24º40.09%55.49%-
HSV(B)338.24º48.66%73.33%-
XYZ28.6420.5223.22-
YUV126.97129.15170.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=45.39%
G=23.30%
B=31.31%

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
Decimal1879612900.490.310.27338.2440.0955.49
HexBB60810311F1B1522837
Octal27314020106137335225067
Binary1011101111000001000000101100011111111011101010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6081; }

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

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

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

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

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

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

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

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