Html Css Color HEX #BF6B80 Tapestry

📋 copy color: '#BF6B80'

red 191 ◦ green 107 ◦ blue 128

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

Shades of Tapestry #BF6B80

Tints of Tapestry #BF6B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 44.84%
G = 25.12%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF6B80 (or 0xBF6B80) is known color: Tapestry. HEX triplet: BF, 6B and 80. RGB value is (191,107,128). Sum of RGB (Red+Green+Blue) = 191+107+128=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6B80 is #40947F. Grayscale: #868686. Windows color (decimal): -4232320 or 8416191. OLE color: 8416191.

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

Color convert

RGB 191 107 128 -
CMYK 0 0.44 0.33 0.25
HSL 345º 0.4% 0.58% -
HSV(B) 345º 0.44% 0.75% -
XYZ 30.64 23.15 23.28 -
YUV 134.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 191 107 128 0 0.44 0.33 0.25 345 0.4 0.58
Hex BF 6B 80 0 2C 21 19 159 28 3A
Octal 277 153 200 0 54 41 31 531 50 72
Binary 10111111 1101011 10000000 0 101100 100001 11001 101011001 101000 111010

Color Harmonies of #BF6B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B80

Black with #BF6B80

Text Example


Text Example

White with #BF6B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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