Html Css Color HEX #BB6E8D Tapestry

📋 copy color: '#BB6E8D'

red 187 ◦ green 110 ◦ blue 141

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

Shades of Tapestry #BB6E8D

Tints of Tapestry #BB6E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 42.69%
G = 25.11%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB6E8D (or 0xBB6E8D) is known color: Tapestry. HEX triplet: BB, 6E and 8D. RGB value is (187,110,141). Sum of RGB (Red+Green+Blue) = 187+110+141=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E8D is #449172. Grayscale: #888888. Windows color (decimal): -4493683 or 9268923. OLE color: 9268923.

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

Color convert

RGB 187 110 141 -
CMYK 0 0.41 0.25 0.27
HSL 335.84º 0.36% 0.58% -
HSV(B) 335.84º 0.41% 0.73% -
XYZ 30.88 23.64 28.13 -
YUV 136.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 187 110 141 0 0.41 0.25 0.27 335.84 0.36 0.58
Hex BB 6E 8D 0 29 19 1B 150 24 3A
Octal 273 156 215 0 51 31 33 520 44 72
Binary 10111011 1101110 10001101 0 101001 11001 11011 101010000 100100 111010

Color Harmonies of #BB6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E8D

Black with #BB6E8D

Text Example


Text Example

White with #BB6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E8D; }

 p { color: rgb(187,110,141); }

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

background-color css

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

 a { background-color: rgb(187,110,141); }

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

border-color css

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

 span { border-color: rgb(187,110,141); }

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