Html Css Color HEX #BC6389 Tapestry

📋 copy color: '#BC6389'

red 188 ◦ green 99 ◦ blue 137

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

Shades of Tapestry #BC6389

Tints of Tapestry #BC6389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 44.34%
G = 23.35%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6389 (or 0xBC6389) is known color: Tapestry. HEX triplet: BC, 63 and 89. RGB value is (188,99,137). Sum of RGB (Red+Green+Blue) = 188+99+137=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6389 is #439C76. Grayscale: #818181. Windows color (decimal): -4430967 or 9003964. OLE color: 9003964.

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

Color convert

RGB 188 99 137 -
CMYK 0 0.47 0.27 0.26
HSL 334.38º 0.4% 0.56% -
HSV(B) 334.38º 0.47% 0.74% -
XYZ 29.72 21.42 26.24 -
YUV 129.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 188 99 137 0 0.47 0.27 0.26 334.38 0.4 0.56
Hex BC 63 89 0 2F 1B 1A 14E 28 38
Octal 274 143 211 0 57 33 32 516 50 70
Binary 10111100 1100011 10001001 0 101111 11011 11010 101001110 101000 111000

Color Harmonies of #BC6389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6389

Black with #BC6389

Text Example


Text Example

White with #BC6389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6389; }

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

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

background-color css

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

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

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

border-color css

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

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

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