Html Css Color HEX #BC6676 Tapestry

📋 copy color: '#BC6676'

red 188 ◦ green 102 ◦ blue 118

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

Shades of Tapestry #BC6676

Tints of Tapestry #BC6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

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

R = 46.08%
G = 25%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC6676 (or 0xBC6676) is known color: Tapestry. HEX triplet: BC, 66 and 76. RGB value is (188,102,118). Sum of RGB (Red+Green+Blue) = 188+102+118=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6676 is #439989. Grayscale: #818181. Windows color (decimal): -4430218 or 7759548. OLE color: 7759548.

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

Color convert

RGB 188 102 118 -
CMYK 0 0.46 0.37 0.26
HSL 348.84º 0.39% 0.57% -
HSV(B) 348.84º 0.46% 0.74% -
XYZ 28.76 21.5 19.77 -
YUV 129.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 188 102 118 0 0.46 0.37 0.26 348.84 0.39 0.57
Hex BC 66 76 0 2E 25 1A 15D 27 39
Octal 274 146 166 0 56 45 32 535 47 71
Binary 10111100 1100110 1110110 0 101110 100101 11010 101011101 100111 111001

Color Harmonies of #BC6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6676

Black with #BC6676

Text Example


Text Example

White with #BC6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6676; }

 p { color: rgb(188,102,118); }

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

background-color css

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

 a { background-color: rgb(188,102,118); }

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

border-color css

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

 span { border-color: rgb(188,102,118); }

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