Html Css Color HEX #BF7679 Tapestry

📋 copy color: '#BF7679'

red 191 ◦ green 118 ◦ blue 121

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

Shades of Tapestry #BF7679

Tints of Tapestry #BF7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

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

R = 44.42%
G = 27.44%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7679 (or 0xBF7679) is known color: Tapestry. HEX triplet: BF, 76 and 79. RGB value is (191,118,121). Sum of RGB (Red+Green+Blue) = 191+118+121=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7679 is #408986. Grayscale: #8C8C8C. Windows color (decimal): -4229511 or 7960255. OLE color: 7960255.

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

Color convert

RGB 191 118 121 -
CMYK 0 0.38 0.37 0.25
HSL 357.53º 0.36% 0.61% -
HSV(B) 357.53º 0.38% 0.75% -
XYZ 31.42 25.41 21.34 -
YUV 140.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 191 118 121 0 0.38 0.37 0.25 357.53 0.36 0.61
Hex BF 76 79 0 26 25 19 166 24 3D
Octal 277 166 171 0 46 45 31 546 44 75
Binary 10111111 1110110 1111001 0 100110 100101 11001 101100110 100100 111101

Color Harmonies of #BF7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7679

Black with #BF7679

Text Example


Text Example

White with #BF7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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