Html Css Color HEX #BC6979 Tapestry

📋 copy color: '#BC6979'

red 188 ◦ green 105 ◦ blue 121

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

Shades of Tapestry #BC6979

Tints of Tapestry #BC6979

RGB

 RED value IS 188 (73.83% from 255) = 45.41%

 GREEN value IS 105 (41.41% from 255) = 25.36%

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

R = 45.41%
G = 25.36%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC6979 (or 0xBC6979) is known color: Tapestry. HEX triplet: BC, 69 and 79. RGB value is (188,105,121). Sum of RGB (Red+Green+Blue) = 188+105+121=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6979 is #439686. Grayscale: #838383. Windows color (decimal): -4429447 or 7956924. OLE color: 7956924.

HSL color Cylindrical-coordinate representation of color #BC6979: hue angle of 348.43º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6979 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 121 -
CMYK 0 0.44 0.36 0.26
HSL 348.43º 0.38% 0.57% -
HSV(B) 348.43º 0.44% 0.74% -
XYZ 29.24 22.17 20.83 -
YUV 131.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 188 105 121 0 0.44 0.36 0.26 348.43 0.38 0.57
Hex BC 69 79 0 2C 24 1A 15C 26 39
Octal 274 151 171 0 54 44 32 534 46 71
Binary 10111100 1101001 1111001 0 101100 100100 11010 101011100 100110 111001

Color Harmonies of #BC6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6979

Black with #BC6979

Text Example


Text Example

White with #BC6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6979; }

 p { color: rgb(188,105,121); }

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

background-color css

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

 a { background-color: rgb(188,105,121); }

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

border-color css

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

 span { border-color: rgb(188,105,121); }

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