Html Css Color HEX #BC678C Tapestry

📋 copy color: '#BC678C'

red 188 ◦ green 103 ◦ blue 140

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

Shades of Tapestry #BC678C

Tints of Tapestry #BC678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 43.62%
G = 23.9%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC678C (or 0xBC678C) is known color: Tapestry. HEX triplet: BC, 67 and 8C. RGB value is (188,103,140). Sum of RGB (Red+Green+Blue) = 188+103+140=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC678C is #439873. Grayscale: #848484. Windows color (decimal): -4429940 or 9201596. OLE color: 9201596.

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

Color convert

RGB 188 103 140 -
CMYK 0 0.45 0.26 0.26
HSL 333.88º 0.39% 0.57% -
HSV(B) 333.88º 0.45% 0.74% -
XYZ 30.32 22.29 27.51 -
YUV 132.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 188 103 140 0 0.45 0.26 0.26 333.88 0.39 0.57
Hex BC 67 8C 0 2D 1A 1A 14E 27 39
Octal 274 147 214 0 55 32 32 516 47 71
Binary 10111100 1100111 10001100 0 101101 11010 11010 101001110 100111 111001

Color Harmonies of #BC678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC678C

Black with #BC678C

Text Example


Text Example

White with #BC678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC678C; }

 p { color: rgb(188,103,140); }

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

background-color css

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

 a { background-color: rgb(188,103,140); }

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

border-color css

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

 span { border-color: rgb(188,103,140); }

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