Html Css Color HEX #BC6879 Tapestry

📋 copy color: '#BC6879'

red 188 ◦ green 104 ◦ blue 121

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

Shades of Tapestry #BC6879

Tints of Tapestry #BC6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

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

R = 45.52%
G = 25.18%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC6879 (or 0xBC6879) is known color: Tapestry. HEX triplet: BC, 68 and 79. RGB value is (188,104,121). Sum of RGB (Red+Green+Blue) = 188+104+121=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6879 is #439786. Grayscale: #838383. Windows color (decimal): -4429703 or 7956668. OLE color: 7956668.

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

Color convert

RGB 188 104 121 -
CMYK 0 0.45 0.36 0.26
HSL 347.86º 0.39% 0.57% -
HSV(B) 347.86º 0.45% 0.74% -
XYZ 29.14 21.97 20.79 -
YUV 131.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 188 104 121 0 0.45 0.36 0.26 347.86 0.39 0.57
Hex BC 68 79 0 2D 24 1A 15C 27 39
Octal 274 150 171 0 55 44 32 534 47 71
Binary 10111100 1101000 1111001 0 101101 100100 11010 101011100 100111 111001

Color Harmonies of #BC6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6879

Black with #BC6879

Text Example


Text Example

White with #BC6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6879; }

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

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

background-color css

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

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

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

border-color css

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

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

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