Html Css Color HEX #BF7779 Tapestry

📋 copy color: '#BF7779'

red 191 ◦ green 119 ◦ blue 121

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

Shades of Tapestry #BF7779

Tints of Tapestry #BF7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 44.32%
G = 27.61%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7779 (or 0xBF7779) is known color: Tapestry. HEX triplet: BF, 77 and 79. RGB value is (191,119,121). Sum of RGB (Red+Green+Blue) = 191+119+121=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7779 is #408886. Grayscale: #8C8C8C. Windows color (decimal): -4229255 or 7960511. OLE color: 7960511.

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

Color convert

RGB 191 119 121 -
CMYK 0 0.38 0.37 0.25
HSL 358.33º 0.36% 0.61% -
HSV(B) 358.33º 0.38% 0.75% -
XYZ 31.53 25.65 21.38 -
YUV 140.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 191 119 121 0 0.38 0.37 0.25 358.33 0.36 0.61
Hex BF 77 79 0 26 25 19 166 24 3D
Octal 277 167 171 0 46 45 31 546 44 75
Binary 10111111 1110111 1111001 0 100110 100101 11001 101100110 100100 111101

Color Harmonies of #BF7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7779

Black with #BF7779

Text Example


Text Example

White with #BF7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7779; }

 p { color: rgb(191,119,121); }

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

background-color css

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

 a { background-color: rgb(191,119,121); }

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

border-color css

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

 span { border-color: rgb(191,119,121); }

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