Html Css Color HEX #BF6E7F Tapestry

📋 copy color: '#BF6E7F'

red 191 ◦ green 110 ◦ blue 127

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

Shades of Tapestry #BF6E7F

Tints of Tapestry #BF6E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.67%

R = 44.63%
G = 25.7%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF6E7F (or 0xBF6E7F) is known color: Tapestry. HEX triplet: BF, 6E and 7F. RGB value is (191,110,127). Sum of RGB (Red+Green+Blue) = 191+110+127=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E7F is #409180. Grayscale: #888888. Windows color (decimal): -4231553 or 8351423. OLE color: 8351423.

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

Color convert

RGB 191 110 127 -
CMYK 0 0.42 0.34 0.25
HSL 347.41º 0.39% 0.59% -
HSV(B) 347.41º 0.42% 0.75% -
XYZ 30.89 23.76 23.04 -
YUV 136.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 191 110 127 0 0.42 0.34 0.25 347.41 0.39 0.59
Hex BF 6E 7F 0 2A 22 19 15B 27 3B
Octal 277 156 177 0 52 42 31 533 47 73
Binary 10111111 1101110 1111111 0 101010 100010 11001 101011011 100111 111011

Color Harmonies of #BF6E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E7F

Black with #BF6E7F

Text Example


Text Example

White with #BF6E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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