Html Css Color HEX #BF777E Tapestry

📋 copy color: '#BF777E'

red 191 ◦ green 119 ◦ blue 126

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

Shades of Tapestry #BF777E

Tints of Tapestry #BF777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 43.81%
G = 27.29%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF777E (or 0xBF777E) is known color: Tapestry. HEX triplet: BF, 77 and 7E. RGB value is (191,119,126). Sum of RGB (Red+Green+Blue) = 191+119+126=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF777E is #408881. Grayscale: #8D8D8D. Windows color (decimal): -4229250 or 8288191. OLE color: 8288191.

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

Color convert

RGB 191 119 126 -
CMYK 0 0.38 0.34 0.25
HSL 354.17º 0.36% 0.61% -
HSV(B) 354.17º 0.38% 0.75% -
XYZ 31.85 25.78 23.04 -
YUV 141.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 191 119 126 0 0.38 0.34 0.25 354.17 0.36 0.61
Hex BF 77 7E 0 26 22 19 162 24 3D
Octal 277 167 176 0 46 42 31 542 44 75
Binary 10111111 1110111 1111110 0 100110 100010 11001 101100010 100100 111101

Color Harmonies of #BF777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF777E

Black with #BF777E

Text Example


Text Example

White with #BF777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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