Html Css Color HEX #BB6686 Tapestry

📋 copy color: '#BB6686'

red 187 ◦ green 102 ◦ blue 134

#BB6686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BB6686

Tints of Tapestry #BB6686

RGB

 RED value IS 187 (73.44% from 255) = 44.21%

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 44.21%
G = 24.11%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB6686 (or 0xBB6686) is known color: Tapestry. HEX triplet: BB, 66 and 86. RGB value is (187,102,134). Sum of RGB (Red+Green+Blue) = 187+102+134=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6686 is #449979. Grayscale: #838383. Windows color (decimal): -4495738 or 8808123. OLE color: 8808123.

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

Color convert

RGB 187 102 134 -
CMYK 0 0.45 0.28 0.27
HSL 337.41º 0.38% 0.57% -
HSV(B) 337.41º 0.45% 0.73% -
XYZ 29.55 21.79 25.2 -
YUV 131.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 187 102 134 0 0.45 0.28 0.27 337.41 0.38 0.57
Hex BB 66 86 0 2D 1C 1B 151 26 39
Octal 273 146 206 0 55 34 33 521 46 71
Binary 10111011 1100110 10000110 0 101101 11100 11011 101010001 100110 111001

Color Harmonies of #BB6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6686

Black with #BB6686

Text Example


Text Example

White with #BB6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6686; }

 p { color: rgb(187,102,134); }

 H1.HeaderClassName
 {
   color: #BB6686;
 }
 .AnyTagClassName
 {
   color: #BB6686;
 }
</style>

background-color css

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

 a { background-color: rgb(187,102,134); }

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

border-color css

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

 span { border-color: rgb(187,102,134); }

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