Html Css Color HEX #BF697C Tapestry

📋 copy color: '#BF697C'

red 191 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #BF697C

Tints of Tapestry #BF697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 45.48%
G = 25%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF697C (or 0xBF697C) is known color: Tapestry. HEX triplet: BF, 69 and 7C. RGB value is (191,105,124). Sum of RGB (Red+Green+Blue) = 191+105+124=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF697C is #409683. Grayscale: #848484. Windows color (decimal): -4232836 or 8153535. OLE color: 8153535.

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

Color convert

RGB 191 105 124 -
CMYK 0 0.45 0.35 0.25
HSL 346.74º 0.4% 0.58% -
HSV(B) 346.74º 0.45% 0.75% -
XYZ 30.18 22.63 21.85 -
YUV 132.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 191 105 124 0 0.45 0.35 0.25 346.74 0.4 0.58
Hex BF 69 7C 0 2D 23 19 15B 28 3A
Octal 277 151 174 0 55 43 31 533 50 72
Binary 10111111 1101001 1111100 0 101101 100011 11001 101011011 101000 111010

Color Harmonies of #BF697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF697C

Black with #BF697C

Text Example


Text Example

White with #BF697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF697C; }

 p { color: rgb(191,105,124); }

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

background-color css

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

 a { background-color: rgb(191,105,124); }

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

border-color css

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

 span { border-color: rgb(191,105,124); }

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