Html Css Color HEX #BF767D Tapestry

📋 copy color: '#BF767D'

red 191 ◦ green 118 ◦ blue 125

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

Shades of Tapestry #BF767D

Tints of Tapestry #BF767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

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

R = 44.01%
G = 27.19%
B = 28.8%

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

#BF767D (or 0xBF767D) is known color: Tapestry. HEX triplet: BF, 76 and 7D. RGB value is (191,118,125). Sum of RGB (Red+Green+Blue) = 191+118+125=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF767D is #408982. Grayscale: #8C8C8C. Windows color (decimal): -4229507 or 8222399. OLE color: 8222399.

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

Color convert

RGB 191 118 125 -
CMYK 0 0.38 0.35 0.25
HSL 354.25º 0.36% 0.61% -
HSV(B) 354.25º 0.38% 0.75% -
XYZ 31.67 25.51 22.66 -
YUV 140.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 191 118 125 0 0.38 0.35 0.25 354.25 0.36 0.61
Hex BF 76 7D 0 26 23 19 162 24 3D
Octal 277 166 175 0 46 43 31 542 44 75
Binary 10111111 1110110 1111101 0 100110 100011 11001 101100010 100100 111101

Color Harmonies of #BF767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF767D

Black with #BF767D

Text Example


Text Example

White with #BF767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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