Html Css Color HEX #BF5E7D Tapestry

📋 copy color: '#BF5E7D'

red 191 ◦ green 94 ◦ blue 125

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

Shades of Tapestry #BF5E7D

Tints of Tapestry #BF5E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.93%

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

R = 46.59%
G = 22.93%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF5E7D (or 0xBF5E7D) is known color: Tapestry. HEX triplet: BF, 5E and 7D. RGB value is (191,94,125). Sum of RGB (Red+Green+Blue) = 191+94+125=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E7D is #40A182. Grayscale: #7E7E7E. Windows color (decimal): -4235651 or 8216255. OLE color: 8216255.

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

Color convert

RGB 191 94 125 -
CMYK 0 0.51 0.35 0.25
HSL 340.82º 0.43% 0.56% -
HSV(B) 340.82º 0.51% 0.75% -
XYZ 29.19 20.56 21.83 -
YUV 126.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 191 94 125 0 0.51 0.35 0.25 340.82 0.43 0.56
Hex BF 5E 7D 0 33 23 19 155 2B 38
Octal 277 136 175 0 63 43 31 525 53 70
Binary 10111111 1011110 1111101 0 110011 100011 11001 101010101 101011 111000

Color Harmonies of #BF5E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E7D

Black with #BF5E7D

Text Example


Text Example

White with #BF5E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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