Html Css Color HEX #BF6B7F Tapestry

📋 copy color: '#BF6B7F'

red 191 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #BF6B7F

Tints of Tapestry #BF6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

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

R = 44.94%
G = 25.18%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF6B7F (or 0xBF6B7F) is known color: Tapestry. HEX triplet: BF, 6B and 7F. RGB value is (191,107,127). Sum of RGB (Red+Green+Blue) = 191+107+127=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B7F is #409480. Grayscale: #868686. Windows color (decimal): -4232321 or 8350655. OLE color: 8350655.

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

Color convert

RGB 191 107 127 -
CMYK 0 0.44 0.34 0.25
HSL 345.71º 0.4% 0.58% -
HSV(B) 345.71º 0.44% 0.75% -
XYZ 30.57 23.12 22.93 -
YUV 134.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 191 107 127 0 0.44 0.34 0.25 345.71 0.4 0.58
Hex BF 6B 7F 0 2C 22 19 15A 28 3A
Octal 277 153 177 0 54 42 31 532 50 72
Binary 10111111 1101011 1111111 0 101100 100010 11001 101011010 101000 111010

Color Harmonies of #BF6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B7F

Black with #BF6B7F

Text Example


Text Example

White with #BF6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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