Html Css Color HEX #BF6F81 Tapestry

📋 copy color: '#BF6F81'

red 191 ◦ green 111 ◦ blue 129

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

Shades of Tapestry #BF6F81

Tints of Tapestry #BF6F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.75%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 44.32%
G = 25.75%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF6F81 (or 0xBF6F81) is known color: Tapestry. HEX triplet: BF, 6F and 81. RGB value is (191,111,129). Sum of RGB (Red+Green+Blue) = 191+111+129=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F81 is #40907E. Grayscale: #888888. Windows color (decimal): -4231295 or 8482751. OLE color: 8482751.

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

Color convert

RGB 191 111 129 -
CMYK 0 0.42 0.32 0.25
HSL 346.5º 0.38% 0.59% -
HSV(B) 346.5º 0.42% 0.75% -
XYZ 31.13 24.03 23.77 -
YUV 136.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 191 111 129 0 0.42 0.32 0.25 346.5 0.38 0.59
Hex BF 6F 81 0 2A 20 19 15A 26 3B
Octal 277 157 201 0 52 40 31 532 46 73
Binary 10111111 1101111 10000001 0 101010 100000 11001 101011010 100110 111011

Color Harmonies of #BF6F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F81

Black with #BF6F81

Text Example


Text Example

White with #BF6F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F81; }

 p { color: rgb(191,111,129); }

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

background-color css

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

 a { background-color: rgb(191,111,129); }

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

border-color css

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

 span { border-color: rgb(191,111,129); }

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