Html Css Color HEX #BF6E7D Tapestry

📋 copy color: '#BF6E7D'

red 191 ◦ green 110 ◦ blue 125

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

Shades of Tapestry #BF6E7D

Tints of Tapestry #BF6E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 44.84%
G = 25.82%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF6E7D (or 0xBF6E7D) is known color: Tapestry. HEX triplet: BF, 6E and 7D. RGB value is (191,110,125). Sum of RGB (Red+Green+Blue) = 191+110+125=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E7D is #409182. Grayscale: #878787. Windows color (decimal): -4231555 or 8220351. OLE color: 8220351.

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

Color convert

RGB 191 110 125 -
CMYK 0 0.42 0.35 0.25
HSL 348.89º 0.39% 0.59% -
HSV(B) 348.89º 0.42% 0.75% -
XYZ 30.76 23.71 22.36 -
YUV 135.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 191 110 125 0 0.42 0.35 0.25 348.89 0.39 0.59
Hex BF 6E 7D 0 2A 23 19 15D 27 3B
Octal 277 156 175 0 52 43 31 535 47 73
Binary 10111111 1101110 1111101 0 101010 100011 11001 101011101 100111 111011

Color Harmonies of #BF6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E7D

Black with #BF6E7D

Text Example


Text Example

White with #BF6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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