Html Css Color HEX #BF718C Tapestry

📋 copy color: '#BF718C'

red 191 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #BF718C

Tints of Tapestry #BF718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 43.02%
G = 25.45%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF718C (or 0xBF718C) is known color: Tapestry. HEX triplet: BF, 71 and 8C. RGB value is (191,113,140). Sum of RGB (Red+Green+Blue) = 191+113+140=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF718C is #408E73. Grayscale: #8B8B8B. Windows color (decimal): -4230772 or 9204159. OLE color: 9204159.

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

Color convert

RGB 191 113 140 -
CMYK 0 0.41 0.27 0.25
HSL 339.23º 0.38% 0.6% -
HSV(B) 339.23º 0.41% 0.75% -
XYZ 32.12 24.78 27.9 -
YUV 139.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 191 113 140 0 0.41 0.27 0.25 339.23 0.38 0.6
Hex BF 71 8C 0 29 1B 19 153 26 3C
Octal 277 161 214 0 51 33 31 523 46 74
Binary 10111111 1110001 10001100 0 101001 11011 11001 101010011 100110 111100

Color Harmonies of #BF718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF718C

Black with #BF718C

Text Example


Text Example

White with #BF718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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