Html Css Color HEX #BF6887 Tapestry

📋 copy color: '#BF6887'

red 191 ◦ green 104 ◦ blue 135

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

Shades of Tapestry #BF6887

Tints of Tapestry #BF6887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 44.42%
G = 24.19%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF6887 (or 0xBF6887) is known color: Tapestry. HEX triplet: BF, 68 and 87. RGB value is (191,104,135). Sum of RGB (Red+Green+Blue) = 191+104+135=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6887 is #409778. Grayscale: #858585. Windows color (decimal): -4233081 or 8874175. OLE color: 8874175.

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

Color convert

RGB 191 104 135 -
CMYK 0 0.46 0.29 0.25
HSL 338.62º 0.4% 0.58% -
HSV(B) 338.62º 0.46% 0.75% -
XYZ 30.81 22.73 25.68 -
YUV 133.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 191 104 135 0 0.46 0.29 0.25 338.62 0.4 0.58
Hex BF 68 87 0 2E 1D 19 153 28 3A
Octal 277 150 207 0 56 35 31 523 50 72
Binary 10111111 1101000 10000111 0 101110 11101 11001 101010011 101000 111010

Color Harmonies of #BF6887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6887

Black with #BF6887

Text Example


Text Example

White with #BF6887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6887; }

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

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

background-color css

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

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

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

border-color css

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

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

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