#BB6381

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

Shades of Tapestry #BB6381

Tints of Tapestry #BB6381

Color information

#BB6381 (or 0xBB6381) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 81. RGB value is (187,99,129). Sum of RGB (Red+Green+Blue) = 187+99+129=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6381 is #449C7E. Grayscale: #808080. Windows color (decimal): -4496511 or 8479675. OLE color: 8479675.

HSL color Cylindrical-coordinate representation of color #BB6381: hue angle of 339.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6381 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18799129-
CMYK00.470.310.27
HSL339.55º39.29%56.08%-
HSV(B)339.55º47.06%73.33%-
XYZ28.9221.0723.31-
YUV128.73128.15169.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=45.06%
G=23.86%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879912900.470.310.27339.5539.2956.08
HexBB638102F1F1B1542738
Octal27314320105737335244770
Binary1011101111000111000000101011111111111011101010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6381; }

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

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

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

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

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

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

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

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