Html Css Color HEX #BF7990 Tapestry

📋 copy color: '#BF7990'

red 191 ◦ green 121 ◦ blue 144

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

Shades of Tapestry #BF7990

Tints of Tapestry #BF7990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 41.89%
G = 26.54%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF7990 (or 0xBF7990) is known color: Tapestry. HEX triplet: BF, 79 and 90. RGB value is (191,121,144). Sum of RGB (Red+Green+Blue) = 191+121+144=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7990 is #40866F. Grayscale: #909090. Windows color (decimal): -4228720 or 9468351. OLE color: 9468351.

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

Color convert

RGB 191 121 144 -
CMYK 0 0.37 0.25 0.25
HSL 340.29º 0.35% 0.61% -
HSV(B) 340.29º 0.37% 0.75% -
XYZ 33.36 26.76 29.79 -
YUV 144.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 191 121 144 0 0.37 0.25 0.25 340.29 0.35 0.61
Hex BF 79 90 0 25 19 19 154 23 3D
Octal 277 171 220 0 45 31 31 524 43 75
Binary 10111111 1111001 10010000 0 100101 11001 11001 101010100 100011 111101

Color Harmonies of #BF7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7990

Black with #BF7990

Text Example


Text Example

White with #BF7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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