Html Css Color HEX #BF7379 Tapestry

📋 copy color: '#BF7379'

red 191 ◦ green 115 ◦ blue 121

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

Shades of Tapestry #BF7379

Tints of Tapestry #BF7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 44.73%
G = 26.93%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7379 (or 0xBF7379) is known color: Tapestry. HEX triplet: BF, 73 and 79. RGB value is (191,115,121). Sum of RGB (Red+Green+Blue) = 191+115+121=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7379 is #408C86. Grayscale: #8A8A8A. Windows color (decimal): -4230279 or 7959487. OLE color: 7959487.

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

Color convert

RGB 191 115 121 -
CMYK 0 0.40 0.37 0.25
HSL 355.26º 0.37% 0.6% -
HSV(B) 355.26º 0.4% 0.75% -
XYZ 31.07 24.72 21.22 -
YUV 138.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 191 115 121 0 0.40 0.37 0.25 355.26 0.37 0.6
Hex BF 73 79 0 28 25 19 163 25 3C
Octal 277 163 171 0 50 45 31 543 45 74
Binary 10111111 1110011 1111001 0 101000 100101 11001 101100011 100101 111100

Color Harmonies of #BF7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7379

Black with #BF7379

Text Example


Text Example

White with #BF7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7379; }

 p { color: rgb(191,115,121); }

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

background-color css

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

 a { background-color: rgb(191,115,121); }

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

border-color css

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

 span { border-color: rgb(191,115,121); }

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