Html Css Color HEX #BF5E85 Tapestry

📋 copy color: '#BF5E85'

red 191 ◦ green 94 ◦ blue 133

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

Shades of Tapestry #BF5E85

Tints of Tapestry #BF5E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 45.69%
G = 22.49%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF5E85 (or 0xBF5E85) is known color: Tapestry. HEX triplet: BF, 5E and 85. RGB value is (191,94,133). Sum of RGB (Red+Green+Blue) = 191+94+133=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E85 is #40A17A. Grayscale: #7F7F7F. Windows color (decimal): -4235643 or 8740543. OLE color: 8740543.

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

Color convert

RGB 191 94 133 -
CMYK 0 0.51 0.30 0.25
HSL 335.88º 0.43% 0.56% -
HSV(B) 335.88º 0.51% 0.75% -
XYZ 29.72 20.78 24.63 -
YUV 127.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 191 94 133 0 0.51 0.30 0.25 335.88 0.43 0.56
Hex BF 5E 85 0 33 1E 19 150 2B 38
Octal 277 136 205 0 63 36 31 520 53 70
Binary 10111111 1011110 10000101 0 110011 11110 11001 101010000 101011 111000

Color Harmonies of #BF5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E85

Black with #BF5E85

Text Example


Text Example

White with #BF5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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