#BB6D81

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

Shades of Tapestry #BB6D81

Tints of Tapestry #BB6D81

Color information

#BB6D81 (or 0xBB6D81) is unknown color: approx Tapestry. HEX triplet: BB, 6D and 81. RGB value is (187,109,129). Sum of RGB (Red+Green+Blue) = 187+109+129=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D81 is #44927E. Grayscale: #868686. Windows color (decimal): -4493951 or 8482235. OLE color: 8482235.

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

Color convert

RGB187109129-
CMYK00.420.310.27
HSL344.62º36.45%58.04%-
HSV(B)344.62º41.71%73.33%-
XYZ29.9223.0923.65-
YUV134.6124.84165.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=44%
G=25.65%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710912900.420.310.27344.6236.4558.04
HexBB6D8102A1F1B159243a
Octal27315520105237335314472
Binary1011101111011011000000101010101111111011101011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D81; }

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

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

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

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

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

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

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

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