Html Css Color HEX #BF7089 Tapestry

📋 copy color: '#BF7089'

red 191 ◦ green 112 ◦ blue 137

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

Shades of Tapestry #BF7089

Tints of Tapestry #BF7089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

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

R = 43.41%
G = 25.45%
B = 31.14%

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

#BF7089 (or 0xBF7089) is known color: Tapestry. HEX triplet: BF, 70 and 89. RGB value is (191,112,137). Sum of RGB (Red+Green+Blue) = 191+112+137=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7089 is #408F76. Grayscale: #8A8A8A. Windows color (decimal): -4231031 or 9007295. OLE color: 9007295.

HSL color Cylindrical-coordinate representation of color #BF7089: hue angle of 341.01º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7089 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 137 -
CMYK 0 0.41 0.28 0.25
HSL 341.01º 0.38% 0.59% -
HSV(B) 341.01º 0.41% 0.75% -
XYZ 31.8 24.47 26.71 -
YUV 138.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 191 112 137 0 0.41 0.28 0.25 341.01 0.38 0.59
Hex BF 70 89 0 29 1C 19 155 26 3B
Octal 277 160 211 0 51 34 31 525 46 73
Binary 10111111 1110000 10001001 0 101001 11100 11001 101010101 100110 111011

Color Harmonies of #BF7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7089

Black with #BF7089

Text Example


Text Example

White with #BF7089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7089; }

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

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

background-color css

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

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

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

border-color css

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

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

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