Html Css Color HEX #BF5F7D Tapestry

📋 copy color: '#BF5F7D'

red 191 ◦ green 95 ◦ blue 125

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

Shades of Tapestry #BF5F7D

Tints of Tapestry #BF5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 46.47%
G = 23.11%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF5F7D (or 0xBF5F7D) is known color: Tapestry. HEX triplet: BF, 5F and 7D. RGB value is (191,95,125). Sum of RGB (Red+Green+Blue) = 191+95+125=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F7D is #40A082. Grayscale: #7F7F7F. Windows color (decimal): -4235395 or 8216511. OLE color: 8216511.

HSL color Cylindrical-coordinate representation of color #BF5F7D: hue angle of 341.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F7D is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 95 125 -
CMYK 0 0.50 0.35 0.25
HSL 341.25º 0.43% 0.56% -
HSV(B) 341.25º 0.5% 0.75% -
XYZ 29.28 20.74 21.86 -
YUV 127.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 191 95 125 0 0.50 0.35 0.25 341.25 0.43 0.56
Hex BF 5F 7D 0 32 23 19 155 2B 38
Octal 277 137 175 0 62 43 31 525 53 70
Binary 10111111 1011111 1111101 0 110010 100011 11001 101010101 101011 111000

Color Harmonies of #BF5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5F7D

Black with #BF5F7D

Text Example


Text Example

White with #BF5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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