Html Css Color HEX #BF617F Tapestry

📋 copy color: '#BF617F'

red 191 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #BF617F

Tints of Tapestry #BF617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 46.02%
G = 23.37%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF617F (or 0xBF617F) is known color: Tapestry. HEX triplet: BF, 61 and 7F. RGB value is (191,97,127). Sum of RGB (Red+Green+Blue) = 191+97+127=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF617F is #409E80. Grayscale: #808080. Windows color (decimal): -4234881 or 8348095. OLE color: 8348095.

HSL color Cylindrical-coordinate representation of color #BF617F: hue angle of 340.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF617F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 127 -
CMYK 0 0.49 0.34 0.25
HSL 340.85º 0.42% 0.56% -
HSV(B) 340.85º 0.49% 0.75% -
XYZ 29.59 21.16 22.6 -
YUV 128.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 191 97 127 0 0.49 0.34 0.25 340.85 0.42 0.56
Hex BF 61 7F 0 31 22 19 155 2A 38
Octal 277 141 177 0 61 42 31 525 52 70
Binary 10111111 1100001 1111111 0 110001 100010 11001 101010101 101010 111000

Color Harmonies of #BF617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF617F

Black with #BF617F

Text Example


Text Example

White with #BF617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF617F; }

 p { color: rgb(191,97,127); }

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

background-color css

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

 a { background-color: rgb(191,97,127); }

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

border-color css

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

 span { border-color: rgb(191,97,127); }

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