#BB6983

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

Shades of Tapestry #BB6983

Tints of Tapestry #BB6983

Color information

#BB6983 (or 0xBB6983) is unknown color: approx Tapestry. HEX triplet: BB, 69 and 83. RGB value is (187,105,131). Sum of RGB (Red+Green+Blue) = 187+105+131=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6983 is #44967C. Grayscale: #848484. Windows color (decimal): -4494973 or 8612283. OLE color: 8612283.

HSL color Cylindrical-coordinate representation of color #BB6983: hue angle of 340.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6983 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187105131-
CMYK00.440.300.27
HSL340.98º37.61%57.25%-
HSV(B)340.98º43.85%73.33%-
XYZ29.6422.3124.22-
YUV132.48127.17166.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=44.21%
G=24.82%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710513100.440.300.27340.9837.6157.25
HexBB698302C1E1B1552639
Octal27315120305436335254671
Binary1011101111010011000001101011001111011011101010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6983; }

 p { color: rgb(187,105,131); }

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

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

 a { background-color: rgb(187,105,131); }

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

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

 span { border-color: rgb(187,105,131); }

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