Html Css Color HEX #BB6689 Tapestry

📋 copy color: '#BB6689'

red 187 ◦ green 102 ◦ blue 137

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

Shades of Tapestry #BB6689

Tints of Tapestry #BB6689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 43.9%
G = 23.94%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB6689 (or 0xBB6689) is known color: Tapestry. HEX triplet: BB, 66 and 89. RGB value is (187,102,137). Sum of RGB (Red+Green+Blue) = 187+102+137=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6689 is #449976. Grayscale: #838383. Windows color (decimal): -4495735 or 9004731. OLE color: 9004731.

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

Color convert

RGB 187 102 137 -
CMYK 0 0.45 0.27 0.27
HSL 335.29º 0.38% 0.57% -
HSV(B) 335.29º 0.45% 0.73% -
XYZ 29.76 21.87 26.32 -
YUV 131.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 187 102 137 0 0.45 0.27 0.27 335.29 0.38 0.57
Hex BB 66 89 0 2D 1B 1B 14F 26 39
Octal 273 146 211 0 55 33 33 517 46 71
Binary 10111011 1100110 10001001 0 101101 11011 11011 101001111 100110 111001

Color Harmonies of #BB6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6689

Black with #BB6689

Text Example


Text Example

White with #BB6689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6689; }

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

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

background-color css

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

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

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

border-color css

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

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

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