Html Css Color HEX #BF5E83 Tapestry

📋 copy color: '#BF5E83'

red 191 ◦ green 94 ◦ blue 131

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

Shades of Tapestry #BF5E83

Tints of Tapestry #BF5E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 45.91%
G = 22.6%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF5E83 (or 0xBF5E83) is known color: Tapestry. HEX triplet: BF, 5E and 83. RGB value is (191,94,131). Sum of RGB (Red+Green+Blue) = 191+94+131=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E83 is #40A17C. Grayscale: #7F7F7F. Windows color (decimal): -4235645 or 8609471. OLE color: 8609471.

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

Color convert

RGB 191 94 131 -
CMYK 0 0.51 0.31 0.25
HSL 337.11º 0.43% 0.56% -
HSV(B) 337.11º 0.51% 0.75% -
XYZ 29.59 20.72 23.91 -
YUV 127.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 191 94 131 0 0.51 0.31 0.25 337.11 0.43 0.56
Hex BF 5E 83 0 33 1F 19 151 2B 38
Octal 277 136 203 0 63 37 31 521 53 70
Binary 10111111 1011110 10000011 0 110011 11111 11001 101010001 101011 111000

Color Harmonies of #BF5E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E83

Black with #BF5E83

Text Example


Text Example

White with #BF5E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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