Html Css Color HEX #BF718A Tapestry

📋 copy color: '#BF718A'

red 191 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #BF718A

Tints of Tapestry #BF718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 43.21%
G = 25.57%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF718A (or 0xBF718A) is known color: Tapestry. HEX triplet: BF, 71 and 8A. RGB value is (191,113,138). Sum of RGB (Red+Green+Blue) = 191+113+138=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF718A is #408E75. Grayscale: #8B8B8B. Windows color (decimal): -4230774 or 9073087. OLE color: 9073087.

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

Color convert

RGB 191 113 138 -
CMYK 0 0.41 0.28 0.25
HSL 340.77º 0.38% 0.6% -
HSV(B) 340.77º 0.41% 0.75% -
XYZ 31.98 24.72 27.13 -
YUV 139.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 191 113 138 0 0.41 0.28 0.25 340.77 0.38 0.6
Hex BF 71 8A 0 29 1C 19 155 26 3C
Octal 277 161 212 0 51 34 31 525 46 74
Binary 10111111 1110001 10001010 0 101001 11100 11001 101010101 100110 111100

Color Harmonies of #BF718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF718A

Black with #BF718A

Text Example


Text Example

White with #BF718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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