#BB6D82

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

Shades of Tapestry #BB6D82

Tints of Tapestry #BB6D82

Color information

#BB6D82 (or 0xBB6D82) is unknown color: approx Tapestry. HEX triplet: BB, 6D and 82. RGB value is (187,109,130). Sum of RGB (Red+Green+Blue) = 187+109+130=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D82 is #44927D. Grayscale: #868686. Windows color (decimal): -4493950 or 8547771. OLE color: 8547771.

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

Color convert

RGB187109130-
CMYK00.420.300.27
HSL343.85º36.45%58.04%-
HSV(B)343.85º41.71%73.33%-
XYZ29.9923.1124-
YUV134.72125.34165.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=43.90%
G=25.59%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710913000.420.300.27343.8536.4558.04
HexBB6D8202A1E1B158243a
Octal27315520205236335304472
Binary1011101111011011000001001010101111011011101011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D82; }

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

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

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

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

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

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

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

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