Html Css Color HEX #BF7889 Tapestry

📋 copy color: '#BF7889'

red 191 ◦ green 120 ◦ blue 137

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

Shades of Tapestry #BF7889

Tints of Tapestry #BF7889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

 BLUE value IS 137 (53.91% from 255) = 30.58%

R = 42.63%
G = 26.79%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF7889 (or 0xBF7889) is known color: Tapestry. HEX triplet: BF, 78 and 89. RGB value is (191,120,137). Sum of RGB (Red+Green+Blue) = 191+120+137=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7889 is #408776. Grayscale: #8F8F8F. Windows color (decimal): -4228983 or 9009343. OLE color: 9009343.

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

Color convert

RGB 191 120 137 -
CMYK 0 0.37 0.28 0.25
HSL 345.63º 0.36% 0.61% -
HSV(B) 345.63º 0.37% 0.75% -
XYZ 32.72 26.32 27.02 -
YUV 143.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 191 120 137 0 0.37 0.28 0.25 345.63 0.36 0.61
Hex BF 78 89 0 25 1C 19 15A 24 3D
Octal 277 170 211 0 45 34 31 532 44 75
Binary 10111111 1111000 10001001 0 100101 11100 11001 101011010 100100 111101

Color Harmonies of #BF7889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7889

Black with #BF7889

Text Example


Text Example

White with #BF7889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7889; }

 p { color: rgb(191,120,137); }

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

background-color css

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

 a { background-color: rgb(191,120,137); }

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

border-color css

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

 span { border-color: rgb(191,120,137); }

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