Html Css Color HEX #BF7987 Tapestry

📋 copy color: '#BF7987'

red 191 ◦ green 121 ◦ blue 135

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

Shades of Tapestry #BF7987

Tints of Tapestry #BF7987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.07%

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 42.73%
G = 27.07%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF7987 (or 0xBF7987) is known color: Tapestry. HEX triplet: BF, 79 and 87. RGB value is (191,121,135). Sum of RGB (Red+Green+Blue) = 191+121+135=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7987 is #408678. Grayscale: #8F8F8F. Windows color (decimal): -4228729 or 8878527. OLE color: 8878527.

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

Color convert

RGB 191 121 135 -
CMYK 0 0.37 0.29 0.25
HSL 348º 0.35% 0.61% -
HSV(B) 348º 0.37% 0.75% -
XYZ 32.7 26.5 26.31 -
YUV 143.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 191 121 135 0 0.37 0.29 0.25 348 0.35 0.61
Hex BF 79 87 0 25 1D 19 15C 23 3D
Octal 277 171 207 0 45 35 31 534 43 75
Binary 10111111 1111001 10000111 0 100101 11101 11001 101011100 100011 111101

Color Harmonies of #BF7987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7987

Black with #BF7987

Text Example


Text Example

White with #BF7987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7987; }

 p { color: rgb(191,121,135); }

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

background-color css

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

 a { background-color: rgb(191,121,135); }

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

border-color css

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

 span { border-color: rgb(191,121,135); }

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