Html Css Color HEX #BF717D Tapestry

📋 copy color: '#BF717D'

red 191 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #BF717D

Tints of Tapestry #BF717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 44.52%
G = 26.34%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF717D (or 0xBF717D) is known color: Tapestry. HEX triplet: BF, 71 and 7D. RGB value is (191,113,125). Sum of RGB (Red+Green+Blue) = 191+113+125=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF717D is #408E82. Grayscale: #898989. Windows color (decimal): -4230787 or 8221119. OLE color: 8221119.

HSL color Cylindrical-coordinate representation of color #BF717D: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF717D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 125 -
CMYK 0 0.41 0.35 0.25
HSL 350.77º 0.38% 0.6% -
HSV(B) 350.77º 0.41% 0.75% -
XYZ 31.09 24.37 22.47 -
YUV 137.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 191 113 125 0 0.41 0.35 0.25 350.77 0.38 0.6
Hex BF 71 7D 0 29 23 19 15F 26 3C
Octal 277 161 175 0 51 43 31 537 46 74
Binary 10111111 1110001 1111101 0 101001 100011 11001 101011111 100110 111100

Color Harmonies of #BF717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF717D

Black with #BF717D

Text Example


Text Example

White with #BF717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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