Html Css Color HEX #BC7890 Tapestry

📋 copy color: '#BC7890'

red 188 ◦ green 120 ◦ blue 144

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

Shades of Tapestry #BC7890

Tints of Tapestry #BC7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.55%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 41.59%
G = 26.55%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC7890 (or 0xBC7890) is known color: Tapestry. HEX triplet: BC, 78 and 90. RGB value is (188,120,144). Sum of RGB (Red+Green+Blue) = 188+120+144=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7890 is #43876F. Grayscale: #8F8F8F. Windows color (decimal): -4425584 or 9468092. OLE color: 9468092.

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

Color convert

RGB 188 120 144 -
CMYK 0 0.36 0.23 0.26
HSL 338.82º 0.34% 0.6% -
HSV(B) 338.82º 0.36% 0.74% -
XYZ 32.49 26.14 29.72 -
YUV 143.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 188 120 144 0 0.36 0.23 0.26 338.82 0.34 0.6
Hex BC 78 90 0 24 17 1A 153 22 3C
Octal 274 170 220 0 44 27 32 523 42 74
Binary 10111100 1111000 10010000 0 100100 10111 11010 101010011 100010 111100

Color Harmonies of #BC7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7890

Black with #BC7890

Text Example


Text Example

White with #BC7890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7890; }

 p { color: rgb(188,120,144); }

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

background-color css

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

 a { background-color: rgb(188,120,144); }

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

border-color css

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

 span { border-color: rgb(188,120,144); }

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