Html Css Color HEX #BB6E8B Tapestry

📋 copy color: '#BB6E8B'

red 187 ◦ green 110 ◦ blue 139

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

Shades of Tapestry #BB6E8B

Tints of Tapestry #BB6E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 42.89%
G = 25.23%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB6E8B (or 0xBB6E8B) is known color: Tapestry. HEX triplet: BB, 6E and 8B. RGB value is (187,110,139). Sum of RGB (Red+Green+Blue) = 187+110+139=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E8B is #449174. Grayscale: #888888. Windows color (decimal): -4493685 or 9137851. OLE color: 9137851.

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

Color convert

RGB 187 110 139 -
CMYK 0 0.41 0.26 0.27
HSL 337.4º 0.36% 0.58% -
HSV(B) 337.4º 0.41% 0.73% -
XYZ 30.73 23.58 27.36 -
YUV 136.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 187 110 139 0 0.41 0.26 0.27 337.4 0.36 0.58
Hex BB 6E 8B 0 29 1A 1B 151 24 3A
Octal 273 156 213 0 51 32 33 521 44 72
Binary 10111011 1101110 10001011 0 101001 11010 11011 101010001 100100 111010

Color Harmonies of #BB6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E8B

Black with #BB6E8B

Text Example


Text Example

White with #BB6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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