Html Css Color HEX #BF6376 Tapestry

📋 copy color: '#BF6376'

red 191 ◦ green 99 ◦ blue 118

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

Shades of Tapestry #BF6376

Tints of Tapestry #BF6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 46.81%
G = 24.26%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF6376 (or 0xBF6376) is known color: Tapestry. HEX triplet: BF, 63 and 76. RGB value is (191,99,118). Sum of RGB (Red+Green+Blue) = 191+99+118=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6376 is #409C89. Grayscale: #808080. Windows color (decimal): -4234378 or 7758783. OLE color: 7758783.

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

Color convert

RGB 191 99 118 -
CMYK 0 0.48 0.38 0.25
HSL 347.61º 0.42% 0.57% -
HSV(B) 347.61º 0.48% 0.75% -
XYZ 29.22 21.31 19.71 -
YUV 128.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 191 99 118 0 0.48 0.38 0.25 347.61 0.42 0.57
Hex BF 63 76 0 30 26 19 15C 2A 39
Octal 277 143 166 0 60 46 31 534 52 71
Binary 10111111 1100011 1110110 0 110000 100110 11001 101011100 101010 111001

Color Harmonies of #BF6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6376

Black with #BF6376

Text Example


Text Example

White with #BF6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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