Html Css Color HEX #BF6E88 Tapestry

📋 copy color: '#BF6E88'

red 191 ◦ green 110 ◦ blue 136

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

Shades of Tapestry #BF6E88

Tints of Tapestry #BF6E88

RGB

 RED value IS 191 (75% from 255) = 43.71%

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

 BLUE value IS 136 (53.52% from 255) = 31.12%

R = 43.71%
G = 25.17%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF6E88 (or 0xBF6E88) is known color: Tapestry. HEX triplet: BF, 6E and 88. RGB value is (191,110,136). Sum of RGB (Red+Green+Blue) = 191+110+136=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6E88 is #409177. Grayscale: #898989. Windows color (decimal): -4231544 or 8941247. OLE color: 8941247.

HSL color Cylindrical-coordinate representation of color #BF6E88: hue angle of 340.74º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6E88 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 136 -
CMYK 0 0.42 0.29 0.25
HSL 340.74º 0.39% 0.59% -
HSV(B) 340.74º 0.42% 0.75% -
XYZ 31.51 24.01 26.27 -
YUV 137.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 191 110 136 0 0.42 0.29 0.25 340.74 0.39 0.59
Hex BF 6E 88 0 2A 1D 19 155 27 3B
Octal 277 156 210 0 52 35 31 525 47 73
Binary 10111111 1101110 10001000 0 101010 11101 11001 101010101 100111 111011

Color Harmonies of #BF6E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E88

Black with #BF6E88

Text Example


Text Example

White with #BF6E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E88; }

 p { color: rgb(191,110,136); }

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

background-color css

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

 a { background-color: rgb(191,110,136); }

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

border-color css

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

 span { border-color: rgb(191,110,136); }

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