Html Css Color HEX #BF5D7F Tapestry

📋 copy color: '#BF5D7F'

red 191 ◦ green 93 ◦ blue 127

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

Shades of Tapestry #BF5D7F

Tints of Tapestry #BF5D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.63%

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

R = 46.47%
G = 22.63%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF5D7F (or 0xBF5D7F) is known color: Tapestry. HEX triplet: BF, 5D and 7F. RGB value is (191,93,127). Sum of RGB (Red+Green+Blue) = 191+93+127=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D7F is #40A280. Grayscale: #7E7E7E. Windows color (decimal): -4235905 or 8347071. OLE color: 8347071.

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

Color convert

RGB 191 93 127 -
CMYK 0 0.51 0.34 0.25
HSL 339.18º 0.43% 0.56% -
HSV(B) 339.18º 0.51% 0.75% -
XYZ 29.23 20.44 22.48 -
YUV 126.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 191 93 127 0 0.51 0.34 0.25 339.18 0.43 0.56
Hex BF 5D 7F 0 33 22 19 153 2B 38
Octal 277 135 177 0 63 42 31 523 53 70
Binary 10111111 1011101 1111111 0 110011 100010 11001 101010011 101011 111000

Color Harmonies of #BF5D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D7F

Black with #BF5D7F

Text Example


Text Example

White with #BF5D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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