Html Css Color HEX #BC6675 Tapestry

📋 copy color: '#BC6675'

red 188 ◦ green 102 ◦ blue 117

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

Shades of Tapestry #BC6675

Tints of Tapestry #BC6675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 46.19%
G = 25.06%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6675 (or 0xBC6675) is known color: Tapestry. HEX triplet: BC, 66 and 75. RGB value is (188,102,117). Sum of RGB (Red+Green+Blue) = 188+102+117=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6675 is #43998A. Grayscale: #818181. Windows color (decimal): -4430219 or 7694012. OLE color: 7694012.

HSL color Cylindrical-coordinate representation of color #BC6675: hue angle of 349.53º 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 #BC6675 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 117 -
CMYK 0 0.46 0.38 0.26
HSL 349.53º 0.39% 0.57% -
HSV(B) 349.53º 0.46% 0.74% -
XYZ 28.7 21.48 19.46 -
YUV 129.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 188 102 117 0 0.46 0.38 0.26 349.53 0.39 0.57
Hex BC 66 75 0 2E 26 1A 15E 27 39
Octal 274 146 165 0 56 46 32 536 47 71
Binary 10111100 1100110 1110101 0 101110 100110 11010 101011110 100111 111001

Color Harmonies of #BC6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6675

Black with #BC6675

Text Example


Text Example

White with #BC6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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