Html Css Color HEX #BC6586 Tapestry

📋 copy color: '#BC6586'

red 188 ◦ green 101 ◦ blue 134

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

Shades of Tapestry #BC6586

Tints of Tapestry #BC6586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 44.44%
G = 23.88%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6586 (or 0xBC6586) is known color: Tapestry. HEX triplet: BC, 65 and 86. RGB value is (188,101,134). Sum of RGB (Red+Green+Blue) = 188+101+134=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6586 is #439A79. Grayscale: #828282. Windows color (decimal): -4430458 or 8807868. OLE color: 8807868.

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

Color convert

RGB 188 101 134 -
CMYK 0 0.46 0.29 0.26
HSL 337.24º 0.39% 0.57% -
HSV(B) 337.24º 0.46% 0.74% -
XYZ 29.7 21.72 25.18 -
YUV 130.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 188 101 134 0 0.46 0.29 0.26 337.24 0.39 0.57
Hex BC 65 86 0 2E 1D 1A 151 27 39
Octal 274 145 206 0 56 35 32 521 47 71
Binary 10111100 1100101 10000110 0 101110 11101 11010 101010001 100111 111001

Color Harmonies of #BC6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6586

Black with #BC6586

Text Example


Text Example

White with #BC6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6586; }

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

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

background-color css

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

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

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

border-color css

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

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

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