Html Css Color HEX #BF6576 Tapestry

📋 copy color: '#BF6576'

red 191 ◦ green 101 ◦ blue 118

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

Shades of Tapestry #BF6576

Tints of Tapestry #BF6576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 46.59%
G = 24.63%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF6576 (or 0xBF6576) is known color: Tapestry. HEX triplet: BF, 65 and 76. RGB value is (191,101,118). Sum of RGB (Red+Green+Blue) = 191+101+118=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6576 is #409A89. Grayscale: #818181. Windows color (decimal): -4233866 or 7759295. OLE color: 7759295.

HSL color Cylindrical-coordinate representation of color #BF6576: hue angle of 348.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6576 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 101 118 -
CMYK 0 0.47 0.38 0.25
HSL 348.67º 0.41% 0.57% -
HSV(B) 348.67º 0.47% 0.75% -
XYZ 29.41 21.69 19.78 -
YUV 129.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 191 101 118 0 0.47 0.38 0.25 348.67 0.41 0.57
Hex BF 65 76 0 2F 26 19 15D 29 39
Octal 277 145 166 0 57 46 31 535 51 71
Binary 10111111 1100101 1110110 0 101111 100110 11001 101011101 101001 111001

Color Harmonies of #BF6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6576

Black with #BF6576

Text Example


Text Example

White with #BF6576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6576; }

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

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

background-color css

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

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

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

border-color css

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

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

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