Html Css Color HEX #BF5E7E Tapestry

📋 copy color: '#BF5E7E'

red 191 ◦ green 94 ◦ blue 126

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

Shades of Tapestry #BF5E7E

Tints of Tapestry #BF5E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 46.47%
G = 22.87%
B = 30.66%

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

#BF5E7E (or 0xBF5E7E) is known color: Tapestry. HEX triplet: BF, 5E and 7E. RGB value is (191,94,126). Sum of RGB (Red+Green+Blue) = 191+94+126=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E7E is #40A181. Grayscale: #7E7E7E. Windows color (decimal): -4235650 or 8281791. OLE color: 8281791.

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

Color convert

RGB 191 94 126 -
CMYK 0 0.51 0.34 0.25
HSL 340.21º 0.43% 0.56% -
HSV(B) 340.21º 0.51% 0.75% -
XYZ 29.25 20.59 22.17 -
YUV 126.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 191 94 126 0 0.51 0.34 0.25 340.21 0.43 0.56
Hex BF 5E 7E 0 33 22 19 154 2B 38
Octal 277 136 176 0 63 42 31 524 53 70
Binary 10111111 1011110 1111110 0 110011 100010 11001 101010100 101011 111000

Color Harmonies of #BF5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E7E

Black with #BF5E7E

Text Example


Text Example

White with #BF5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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