#BB6084

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

Shades of Tapestry #BB6084

Tints of Tapestry #BB6084

Color information

#BB6084 (or 0xBB6084) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 84. RGB value is (187,96,132). Sum of RGB (Red+Green+Blue) = 187+96+132=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6084 is #449F7B. Grayscale: #7F7F7F. Windows color (decimal): -4497276 or 8675515. OLE color: 8675515.

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

Color convert

RGB18796132-
CMYK00.490.290.27
HSL336.26º40.09%55.49%-
HSV(B)336.26º48.66%73.33%-
XYZ28.8420.624.29-
YUV127.31130.65170.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=45.06%
G=23.13%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879613200.490.290.27336.2640.0955.49
HexBB60840311D1B1502837
Octal27314020406135335205067
Binary1011101111000001000010001100011110111011101010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6084; }

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

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

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

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

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

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

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

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