Html Css Color HEX #BF7887 Tapestry

📋 copy color: '#BF7887'

red 191 ◦ green 120 ◦ blue 135

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

Shades of Tapestry #BF7887

Tints of Tapestry #BF7887

RGB

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

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

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

R = 42.83%
G = 26.91%
B = 30.27%

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

#BF7887 (or 0xBF7887) is known color: Tapestry. HEX triplet: BF, 78 and 87. RGB value is (191,120,135). Sum of RGB (Red+Green+Blue) = 191+120+135=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7887 is #408778. Grayscale: #8E8E8E. Windows color (decimal): -4228985 or 8878271. OLE color: 8878271.

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

Color convert

RGB 191 120 135 -
CMYK 0 0.37 0.29 0.25
HSL 347.32º 0.36% 0.61% -
HSV(B) 347.32º 0.37% 0.75% -
XYZ 32.58 26.26 26.27 -
YUV 142.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 191 120 135 0 0.37 0.29 0.25 347.32 0.36 0.61
Hex BF 78 87 0 25 1D 19 15B 24 3D
Octal 277 170 207 0 45 35 31 533 44 75
Binary 10111111 1111000 10000111 0 100101 11101 11001 101011011 100100 111101

Color Harmonies of #BF7887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7887

Black with #BF7887

Text Example


Text Example

White with #BF7887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7887; }

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

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

background-color css

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

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

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

border-color css

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

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

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