Html Css Color HEX #BF6E84 Tapestry

📋 copy color: '#BF6E84'

red 191 ◦ green 110 ◦ blue 132

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

Shades of Tapestry #BF6E84

Tints of Tapestry #BF6E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 44.11%
G = 25.4%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF6E84 (or 0xBF6E84) is known color: Tapestry. HEX triplet: BF, 6E and 84. RGB value is (191,110,132). Sum of RGB (Red+Green+Blue) = 191+110+132=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6E84 is #40917B. Grayscale: #888888. Windows color (decimal): -4231548 or 8679103. OLE color: 8679103.

HSL color Cylindrical-coordinate representation of color #BF6E84: hue angle of 343.7º 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 #BF6E84 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 132 -
CMYK 0 0.42 0.31 0.25
HSL 343.7º 0.39% 0.59% -
HSV(B) 343.7º 0.42% 0.75% -
XYZ 31.23 23.89 24.8 -
YUV 136.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 191 110 132 0 0.42 0.31 0.25 343.7 0.39 0.59
Hex BF 6E 84 0 2A 1F 19 158 27 3B
Octal 277 156 204 0 52 37 31 530 47 73
Binary 10111111 1101110 10000100 0 101010 11111 11001 101011000 100111 111011

Color Harmonies of #BF6E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E84

Black with #BF6E84

Text Example


Text Example

White with #BF6E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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