Html Css Color HEX #BF6982 Tapestry

📋 copy color: '#BF6982'

red 191 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #BF6982

Tints of Tapestry #BF6982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.65%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 44.84%
G = 24.65%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF6982 (or 0xBF6982) is known color: Tapestry. HEX triplet: BF, 69 and 82. RGB value is (191,105,130). Sum of RGB (Red+Green+Blue) = 191+105+130=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6982 is #40967D. Grayscale: #858585. Windows color (decimal): -4232830 or 8546751. OLE color: 8546751.

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

Color convert

RGB 191 105 130 -
CMYK 0 0.45 0.32 0.25
HSL 342.56º 0.4% 0.58% -
HSV(B) 342.56º 0.45% 0.75% -
XYZ 30.57 22.79 23.91 -
YUV 133.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 191 105 130 0 0.45 0.32 0.25 342.56 0.4 0.58
Hex BF 69 82 0 2D 20 19 157 28 3A
Octal 277 151 202 0 55 40 31 527 50 72
Binary 10111111 1101001 10000010 0 101101 100000 11001 101010111 101000 111010

Color Harmonies of #BF6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6982

Black with #BF6982

Text Example


Text Example

White with #BF6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6982; }

 p { color: rgb(191,105,130); }

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

background-color css

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

 a { background-color: rgb(191,105,130); }

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

border-color css

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

 span { border-color: rgb(191,105,130); }

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