Html Css Color HEX #BF6B74 Tapestry

📋 copy color: '#BF6B74'

red 191 ◦ green 107 ◦ blue 116

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

Shades of Tapestry #BF6B74

Tints of Tapestry #BF6B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 46.14%
G = 25.85%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF6B74 (or 0xBF6B74) is known color: Tapestry. HEX triplet: BF, 6B and 74. RGB value is (191,107,116). Sum of RGB (Red+Green+Blue) = 191+107+116=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B74 is #40948B. Grayscale: #858585. Windows color (decimal): -4232332 or 7629759. OLE color: 7629759.

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

Color convert

RGB 191 107 116 -
CMYK 0 0.44 0.39 0.25
HSL 353.57º 0.4% 0.58% -
HSV(B) 353.57º 0.44% 0.75% -
XYZ 29.9 22.85 19.36 -
YUV 133.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 191 107 116 0 0.44 0.39 0.25 353.57 0.4 0.58
Hex BF 6B 74 0 2C 27 19 162 28 3A
Octal 277 153 164 0 54 47 31 542 50 72
Binary 10111111 1101011 1110100 0 101100 100111 11001 101100010 101000 111010

Color Harmonies of #BF6B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B74

Black with #BF6B74

Text Example


Text Example

White with #BF6B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B74; }

 p { color: rgb(191,107,116); }

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

background-color css

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

 a { background-color: rgb(191,107,116); }

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

border-color css

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

 span { border-color: rgb(191,107,116); }

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