Html Css Color HEX #BF777D Tapestry

📋 copy color: '#BF777D'

red 191 ◦ green 119 ◦ blue 125

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

Shades of Tapestry #BF777D

Tints of Tapestry #BF777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 43.91%
G = 27.36%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF777D (or 0xBF777D) is known color: Tapestry. HEX triplet: BF, 77 and 7D. RGB value is (191,119,125). Sum of RGB (Red+Green+Blue) = 191+119+125=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF777D is #408882. Grayscale: #8D8D8D. Windows color (decimal): -4229251 or 8222655. OLE color: 8222655.

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

Color convert

RGB 191 119 125 -
CMYK 0 0.38 0.35 0.25
HSL 355º 0.36% 0.61% -
HSV(B) 355º 0.38% 0.75% -
XYZ 31.78 25.75 22.7 -
YUV 141.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 191 119 125 0 0.38 0.35 0.25 355 0.36 0.61
Hex BF 77 7D 0 26 23 19 163 24 3D
Octal 277 167 175 0 46 43 31 543 44 75
Binary 10111111 1110111 1111101 0 100110 100011 11001 101100011 100100 111101

Color Harmonies of #BF777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF777D

Black with #BF777D

Text Example


Text Example

White with #BF777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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