Html Css Color HEX #BF5E7B Tapestry

📋 copy color: '#BF5E7B'

red 191 ◦ green 94 ◦ blue 123

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

Shades of Tapestry #BF5E7B

Tints of Tapestry #BF5E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 46.81%
G = 23.04%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF5E7B (or 0xBF5E7B) is known color: Tapestry. HEX triplet: BF, 5E and 7B. RGB value is (191,94,123). Sum of RGB (Red+Green+Blue) = 191+94+123=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E7B is #40A184. Grayscale: #7E7E7E. Windows color (decimal): -4235653 or 8085183. OLE color: 8085183.

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

Color convert

RGB 191 94 123 -
CMYK 0 0.51 0.36 0.25
HSL 342.06º 0.43% 0.56% -
HSV(B) 342.06º 0.51% 0.75% -
XYZ 29.06 20.51 21.17 -
YUV 126.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 191 94 123 0 0.51 0.36 0.25 342.06 0.43 0.56
Hex BF 5E 7B 0 33 24 19 156 2B 38
Octal 277 136 173 0 63 44 31 526 53 70
Binary 10111111 1011110 1111011 0 110011 100100 11001 101010110 101011 111000

Color Harmonies of #BF5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E7B

Black with #BF5E7B

Text Example


Text Example

White with #BF5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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