Html Css Color HEX #BB6E7B Tapestry

📋 copy color: '#BB6E7B'

red 187 ◦ green 110 ◦ blue 123

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

Shades of Tapestry #BB6E7B

Tints of Tapestry #BB6E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 44.52%
G = 26.19%
B = 29.29%

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

#BB6E7B (or 0xBB6E7B) is known color: Tapestry. HEX triplet: BB, 6E and 7B. RGB value is (187,110,123). Sum of RGB (Red+Green+Blue) = 187+110+123=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7B is #449184. Grayscale: #868686. Windows color (decimal): -4493701 or 8089275. OLE color: 8089275.

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

Color convert

RGB 187 110 123 -
CMYK 0 0.41 0.34 0.27
HSL 349.87º 0.36% 0.58% -
HSV(B) 349.87º 0.41% 0.73% -
XYZ 29.64 23.15 21.64 -
YUV 134.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 187 110 123 0 0.41 0.34 0.27 349.87 0.36 0.58
Hex BB 6E 7B 0 29 22 1B 15E 24 3A
Octal 273 156 173 0 51 42 33 536 44 72
Binary 10111011 1101110 1111011 0 101001 100010 11011 101011110 100100 111010

Color Harmonies of #BB6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E7B

Black with #BB6E7B

Text Example


Text Example

White with #BB6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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