Html Css Color HEX #BF7386 Tapestry

📋 copy color: '#BF7386'

red 191 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #BF7386

Tints of Tapestry #BF7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 134 (52.73% from 255) = 30.45%

R = 43.41%
G = 26.14%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF7386 (or 0xBF7386) is known color: Tapestry. HEX triplet: BF, 73 and 86. RGB value is (191,115,134). Sum of RGB (Red+Green+Blue) = 191+115+134=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7386 is #408C79. Grayscale: #8B8B8B. Windows color (decimal): -4230266 or 8811455. OLE color: 8811455.

HSL color Cylindrical-coordinate representation of color #BF7386: hue angle of 345º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7386 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 134 -
CMYK 0 0.40 0.30 0.25
HSL 345º 0.37% 0.6% -
HSV(B) 345º 0.4% 0.75% -
XYZ 31.92 25.06 25.71 -
YUV 139.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 191 115 134 0 0.40 0.30 0.25 345 0.37 0.6
Hex BF 73 86 0 28 1E 19 159 25 3C
Octal 277 163 206 0 50 36 31 531 45 74
Binary 10111111 1110011 10000110 0 101000 11110 11001 101011001 100101 111100

Color Harmonies of #BF7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7386

Black with #BF7386

Text Example


Text Example

White with #BF7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7386; }

 p { color: rgb(191,115,134); }

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

background-color css

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

 a { background-color: rgb(191,115,134); }

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

border-color css

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

 span { border-color: rgb(191,115,134); }

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