Html Css Color HEX #BC6584 Tapestry

📋 copy color: '#BC6584'

red 188 ◦ green 101 ◦ blue 132

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

Shades of Tapestry #BC6584

Tints of Tapestry #BC6584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 44.66%
G = 23.99%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6584 (or 0xBC6584) is known color: Tapestry. HEX triplet: BC, 65 and 84. RGB value is (188,101,132). Sum of RGB (Red+Green+Blue) = 188+101+132=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6584 is #439A7B. Grayscale: #828282. Windows color (decimal): -4430460 or 8676796. OLE color: 8676796.

HSL color Cylindrical-coordinate representation of color #BC6584: hue angle of 338.62º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6584 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 132 -
CMYK 0 0.46 0.30 0.26
HSL 338.62º 0.39% 0.57% -
HSV(B) 338.62º 0.46% 0.74% -
XYZ 29.56 21.66 24.45 -
YUV 130.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 188 101 132 0 0.46 0.30 0.26 338.62 0.39 0.57
Hex BC 65 84 0 2E 1E 1A 153 27 39
Octal 274 145 204 0 56 36 32 523 47 71
Binary 10111100 1100101 10000100 0 101110 11110 11010 101010011 100111 111001

Color Harmonies of #BC6584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6584

Black with #BC6584

Text Example


Text Example

White with #BC6584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6584; }

 p { color: rgb(188,101,132); }

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

background-color css

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

 a { background-color: rgb(188,101,132); }

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

border-color css

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

 span { border-color: rgb(188,101,132); }

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