Html Css Color HEX #BF757F Tapestry

📋 copy color: '#BF757F'

red 191 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #BF757F

Tints of Tapestry #BF757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 43.91%
G = 26.9%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF757F (or 0xBF757F) is known color: Tapestry. HEX triplet: BF, 75 and 7F. RGB value is (191,117,127). Sum of RGB (Red+Green+Blue) = 191+117+127=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF757F is #408A80. Grayscale: #8C8C8C. Windows color (decimal): -4229761 or 8353215. OLE color: 8353215.

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

Color convert

RGB 191 117 127 -
CMYK 0 0.39 0.34 0.25
HSL 351.89º 0.37% 0.6% -
HSV(B) 351.89º 0.39% 0.75% -
XYZ 31.68 25.33 23.3 -
YUV 140.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 191 117 127 0 0.39 0.34 0.25 351.89 0.37 0.6
Hex BF 75 7F 0 27 22 19 160 25 3C
Octal 277 165 177 0 47 42 31 540 45 74
Binary 10111111 1110101 1111111 0 100111 100010 11001 101100000 100101 111100

Color Harmonies of #BF757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF757F

Black with #BF757F

Text Example


Text Example

White with #BF757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF757F; }

 p { color: rgb(191,117,127); }

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

background-color css

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

 a { background-color: rgb(191,117,127); }

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

border-color css

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

 span { border-color: rgb(191,117,127); }

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