Html Css Color HEX #BC6889 Tapestry

📋 copy color: '#BC6889'

red 188 ◦ green 104 ◦ blue 137

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

Shades of Tapestry #BC6889

Tints of Tapestry #BC6889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.93%

R = 43.82%
G = 24.24%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6889 (or 0xBC6889) is known color: Tapestry. HEX triplet: BC, 68 and 89. RGB value is (188,104,137). Sum of RGB (Red+Green+Blue) = 188+104+137=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6889 is #439776. Grayscale: #848484. Windows color (decimal): -4429687 or 9005244. OLE color: 9005244.

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

Color convert

RGB 188 104 137 -
CMYK 0 0.45 0.27 0.26
HSL 336.43º 0.39% 0.57% -
HSV(B) 336.43º 0.45% 0.74% -
XYZ 30.2 22.4 26.4 -
YUV 132.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 188 104 137 0 0.45 0.27 0.26 336.43 0.39 0.57
Hex BC 68 89 0 2D 1B 1A 150 27 39
Octal 274 150 211 0 55 33 32 520 47 71
Binary 10111100 1101000 10001001 0 101101 11011 11010 101010000 100111 111001

Color Harmonies of #BC6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6889

Black with #BC6889

Text Example


Text Example

White with #BC6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6889; }

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

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

background-color css

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

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

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

border-color css

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

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

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