Html Css Color HEX #BC6286 Tapestry

📋 copy color: '#BC6286'

red 188 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #BC6286

Tints of Tapestry #BC6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 44.76%
G = 23.33%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6286 (or 0xBC6286) is known color: Tapestry. HEX triplet: BC, 62 and 86. RGB value is (188,98,134). Sum of RGB (Red+Green+Blue) = 188+98+134=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6286 is #439D79. Grayscale: #808080. Windows color (decimal): -4431226 or 8807100. OLE color: 8807100.

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

Color convert

RGB 188 98 134 -
CMYK 0 0.48 0.29 0.26
HSL 336º 0.4% 0.56% -
HSV(B) 336º 0.48% 0.74% -
XYZ 29.41 21.15 25.09 -
YUV 129.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 188 98 134 0 0.48 0.29 0.26 336 0.4 0.56
Hex BC 62 86 0 30 1D 1A 150 28 38
Octal 274 142 206 0 60 35 32 520 50 70
Binary 10111100 1100010 10000110 0 110000 11101 11010 101010000 101000 111000

Color Harmonies of #BC6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6286

Black with #BC6286

Text Example


Text Example

White with #BC6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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