Html Css Color HEX #BF6178 Tapestry

📋 copy color: '#BF6178'

red 191 ◦ green 97 ◦ blue 120

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

Shades of Tapestry #BF6178

Tints of Tapestry #BF6178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 46.81%
G = 23.77%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF6178 (or 0xBF6178) is known color: Tapestry. HEX triplet: BF, 61 and 78. RGB value is (191,97,120). Sum of RGB (Red+Green+Blue) = 191+97+120=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6178 is #409E87. Grayscale: #7F7F7F. Windows color (decimal): -4234888 or 7889343. OLE color: 7889343.

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

Color convert

RGB 191 97 120 -
CMYK 0 0.49 0.37 0.25
HSL 345.32º 0.42% 0.56% -
HSV(B) 345.32º 0.49% 0.75% -
XYZ 29.15 20.98 20.28 -
YUV 127.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 191 97 120 0 0.49 0.37 0.25 345.32 0.42 0.56
Hex BF 61 78 0 31 25 19 159 2A 38
Octal 277 141 170 0 61 45 31 531 52 70
Binary 10111111 1100001 1111000 0 110001 100101 11001 101011001 101010 111000

Color Harmonies of #BF6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6178

Black with #BF6178

Text Example


Text Example

White with #BF6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6178; }

 p { color: rgb(191,97,120); }

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

background-color css

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

 a { background-color: rgb(191,97,120); }

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

border-color css

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

 span { border-color: rgb(191,97,120); }

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