Html Css Color HEX #BF6A7E Tapestry

📋 copy color: '#BF6A7E'

red 191 ◦ green 106 ◦ blue 126

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

Shades of Tapestry #BF6A7E

Tints of Tapestry #BF6A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 45.15%
G = 25.06%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF6A7E (or 0xBF6A7E) is known color: Tapestry. HEX triplet: BF, 6A and 7E. RGB value is (191,106,126). Sum of RGB (Red+Green+Blue) = 191+106+126=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A7E is #409581. Grayscale: #858585. Windows color (decimal): -4232578 or 8284863. OLE color: 8284863.

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

Color convert

RGB 191 106 126 -
CMYK 0 0.45 0.34 0.25
HSL 345.88º 0.4% 0.58% -
HSV(B) 345.88º 0.45% 0.75% -
XYZ 30.41 22.89 22.55 -
YUV 133.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 191 106 126 0 0.45 0.34 0.25 345.88 0.4 0.58
Hex BF 6A 7E 0 2D 22 19 15A 28 3A
Octal 277 152 176 0 55 42 31 532 50 72
Binary 10111111 1101010 1111110 0 101101 100010 11001 101011010 101000 111010

Color Harmonies of #BF6A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A7E

Black with #BF6A7E

Text Example


Text Example

White with #BF6A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A7E; }

 p { color: rgb(191,106,126); }

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

background-color css

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

 a { background-color: rgb(191,106,126); }

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

border-color css

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

 span { border-color: rgb(191,106,126); }

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