Html Css Color HEX #BF617D Tapestry

📋 copy color: '#BF617D'

red 191 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #BF617D

Tints of Tapestry #BF617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 46.25%
G = 23.49%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF617D (or 0xBF617D) is known color: Tapestry. HEX triplet: BF, 61 and 7D. RGB value is (191,97,125). Sum of RGB (Red+Green+Blue) = 191+97+125=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF617D is #409E82. Grayscale: #808080. Windows color (decimal): -4234883 or 8217023. OLE color: 8217023.

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

Color convert

RGB 191 97 125 -
CMYK 0 0.49 0.35 0.25
HSL 342.13º 0.42% 0.56% -
HSV(B) 342.13º 0.49% 0.75% -
XYZ 29.46 21.11 21.92 -
YUV 128.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 191 97 125 0 0.49 0.35 0.25 342.13 0.42 0.56
Hex BF 61 7D 0 31 23 19 156 2A 38
Octal 277 141 175 0 61 43 31 526 52 70
Binary 10111111 1100001 1111101 0 110001 100011 11001 101010110 101010 111000

Color Harmonies of #BF617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF617D

Black with #BF617D

Text Example


Text Example

White with #BF617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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