Html Css Color HEX #BF6F76 Tapestry

📋 copy color: '#BF6F76'

red 191 ◦ green 111 ◦ blue 118

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

Shades of Tapestry #BF6F76

Tints of Tapestry #BF6F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

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

R = 45.48%
G = 26.43%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF6F76 (or 0xBF6F76) is known color: Tapestry. HEX triplet: BF, 6F and 76. RGB value is (191,111,118). Sum of RGB (Red+Green+Blue) = 191+111+118=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F76 is #409089. Grayscale: #878787. Windows color (decimal): -4231306 or 7761855. OLE color: 7761855.

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

Color convert

RGB 191 111 118 -
CMYK 0 0.42 0.38 0.25
HSL 354.75º 0.38% 0.59% -
HSV(B) 354.75º 0.42% 0.75% -
XYZ 30.44 23.75 20.12 -
YUV 135.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 191 111 118 0 0.42 0.38 0.25 354.75 0.38 0.59
Hex BF 6F 76 0 2A 26 19 163 26 3B
Octal 277 157 166 0 52 46 31 543 46 73
Binary 10111111 1101111 1110110 0 101010 100110 11001 101100011 100110 111011

Color Harmonies of #BF6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F76

Black with #BF6F76

Text Example


Text Example

White with #BF6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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