Html Css Color HEX #BF5E81 Tapestry

📋 copy color: '#BF5E81'

red 191 ◦ green 94 ◦ blue 129

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

Shades of Tapestry #BF5E81

Tints of Tapestry #BF5E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 46.14%
G = 22.71%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF5E81 (or 0xBF5E81) is known color: Tapestry. HEX triplet: BF, 5E and 81. RGB value is (191,94,129). Sum of RGB (Red+Green+Blue) = 191+94+129=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E81 is #40A17E. Grayscale: #7E7E7E. Windows color (decimal): -4235647 or 8478399. OLE color: 8478399.

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

Color convert

RGB 191 94 129 -
CMYK 0 0.51 0.32 0.25
HSL 338.35º 0.43% 0.56% -
HSV(B) 338.35º 0.51% 0.75% -
XYZ 29.45 20.67 23.21 -
YUV 126.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 191 94 129 0 0.51 0.32 0.25 338.35 0.43 0.56
Hex BF 5E 81 0 33 20 19 152 2B 38
Octal 277 136 201 0 63 40 31 522 53 70
Binary 10111111 1011110 10000001 0 110011 100000 11001 101010010 101011 111000

Color Harmonies of #BF5E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E81

Black with #BF5E81

Text Example


Text Example

White with #BF5E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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