Html Css Color HEX #BF757D Tapestry

📋 copy color: '#BF757D'

red 191 ◦ green 117 ◦ blue 125

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

Shades of Tapestry #BF757D

Tints of Tapestry #BF757D

RGB

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

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

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

R = 44.11%
G = 27.02%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF757D (or 0xBF757D) is known color: Tapestry. HEX triplet: BF, 75 and 7D. RGB value is (191,117,125). Sum of RGB (Red+Green+Blue) = 191+117+125=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF757D is #408A82. Grayscale: #8C8C8C. Windows color (decimal): -4229763 or 8222143. OLE color: 8222143.

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

Color convert

RGB 191 117 125 -
CMYK 0 0.39 0.35 0.25
HSL 353.51º 0.37% 0.6% -
HSV(B) 353.51º 0.39% 0.75% -
XYZ 31.55 25.28 22.62 -
YUV 140.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 191 117 125 0 0.39 0.35 0.25 353.51 0.37 0.6
Hex BF 75 7D 0 27 23 19 162 25 3C
Octal 277 165 175 0 47 43 31 542 45 74
Binary 10111111 1110101 1111101 0 100111 100011 11001 101100010 100101 111100

Color Harmonies of #BF757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF757D

Black with #BF757D

Text Example


Text Example

White with #BF757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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