Html Css Color HEX #BF647F Tapestry

📋 copy color: '#BF647F'

red 191 ◦ green 100 ◦ blue 127

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

Shades of Tapestry #BF647F

Tints of Tapestry #BF647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 45.69%
G = 23.92%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF647F (or 0xBF647F) is known color: Tapestry. HEX triplet: BF, 64 and 7F. RGB value is (191,100,127). Sum of RGB (Red+Green+Blue) = 191+100+127=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF647F is #409B80. Grayscale: #828282. Windows color (decimal): -4234113 or 8348863. OLE color: 8348863.

HSL color Cylindrical-coordinate representation of color #BF647F: hue angle of 342.2º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF647F is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 100 127 -
CMYK 0 0.48 0.34 0.25
HSL 342.2º 0.42% 0.57% -
HSV(B) 342.2º 0.48% 0.75% -
XYZ 29.87 21.72 22.7 -
YUV 130.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 191 100 127 0 0.48 0.34 0.25 342.2 0.42 0.57
Hex BF 64 7F 0 30 22 19 156 2A 39
Octal 277 144 177 0 60 42 31 526 52 71
Binary 10111111 1100100 1111111 0 110000 100010 11001 101010110 101010 111001

Color Harmonies of #BF647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF647F

Black with #BF647F

Text Example


Text Example

White with #BF647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF647F; }

 p { color: rgb(191,100,127); }

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

background-color css

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

 a { background-color: rgb(191,100,127); }

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

border-color css

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

 span { border-color: rgb(191,100,127); }

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