Html Css Color HEX #BF7580 Tapestry

📋 copy color: '#BF7580'

red 191 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #BF7580

Tints of Tapestry #BF7580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 43.81%
G = 26.83%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF7580 (or 0xBF7580) is known color: Tapestry. HEX triplet: BF, 75 and 80. RGB value is (191,117,128). Sum of RGB (Red+Green+Blue) = 191+117+128=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7580 is #408A7F. Grayscale: #8C8C8C. Windows color (decimal): -4229760 or 8418751. OLE color: 8418751.

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

Color convert

RGB 191 117 128 -
CMYK 0 0.39 0.33 0.25
HSL 351.08º 0.37% 0.6% -
HSV(B) 351.08º 0.39% 0.75% -
XYZ 31.74 25.36 23.64 -
YUV 140.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 191 117 128 0 0.39 0.33 0.25 351.08 0.37 0.6
Hex BF 75 80 0 27 21 19 15F 25 3C
Octal 277 165 200 0 47 41 31 537 45 74
Binary 10111111 1110101 10000000 0 100111 100001 11001 101011111 100101 111100

Color Harmonies of #BF7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7580

Black with #BF7580

Text Example


Text Example

White with #BF7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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