Html Css Color HEX #BB6E7C Tapestry

📋 copy color: '#BB6E7C'

red 187 ◦ green 110 ◦ blue 124

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

Shades of Tapestry #BB6E7C

Tints of Tapestry #BB6E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 44.42%
G = 26.13%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB6E7C (or 0xBB6E7C) is known color: Tapestry. HEX triplet: BB, 6E and 7C. RGB value is (187,110,124). Sum of RGB (Red+Green+Blue) = 187+110+124=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7C is #449183. Grayscale: #868686. Windows color (decimal): -4493700 or 8154811. OLE color: 8154811.

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

Color convert

RGB 187 110 124 -
CMYK 0 0.41 0.34 0.27
HSL 349.09º 0.36% 0.58% -
HSV(B) 349.09º 0.41% 0.73% -
XYZ 29.71 23.17 21.98 -
YUV 134.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 187 110 124 0 0.41 0.34 0.27 349.09 0.36 0.58
Hex BB 6E 7C 0 29 22 1B 15D 24 3A
Octal 273 156 174 0 51 42 33 535 44 72
Binary 10111011 1101110 1111100 0 101001 100010 11011 101011101 100100 111010

Color Harmonies of #BB6E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E7C

Black with #BB6E7C

Text Example


Text Example

White with #BB6E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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