Html Css Color HEX #BC6189 Tapestry

📋 copy color: '#BC6189'

red 188 ◦ green 97 ◦ blue 137

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

Shades of Tapestry #BC6189

Tints of Tapestry #BC6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

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

R = 44.55%
G = 22.99%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6189 (or 0xBC6189) is known color: Tapestry. HEX triplet: BC, 61 and 89. RGB value is (188,97,137). Sum of RGB (Red+Green+Blue) = 188+97+137=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6189 is #439E76. Grayscale: #808080. Windows color (decimal): -4431479 or 9003452. OLE color: 9003452.

HSL color Cylindrical-coordinate representation of color #BC6189: hue angle of 333.63º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6189 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 137 -
CMYK 0 0.48 0.27 0.26
HSL 333.63º 0.4% 0.56% -
HSV(B) 333.63º 0.48% 0.74% -
XYZ 29.53 21.05 26.17 -
YUV 128.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 188 97 137 0 0.48 0.27 0.26 333.63 0.4 0.56
Hex BC 61 89 0 30 1B 1A 14E 28 38
Octal 274 141 211 0 60 33 32 516 50 70
Binary 10111100 1100001 10001001 0 110000 11011 11010 101001110 101000 111000

Color Harmonies of #BC6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6189

Black with #BC6189

Text Example


Text Example

White with #BC6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6189; }

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

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

background-color css

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

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

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

border-color css

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

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

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