Html Css Color HEX #BC6282 Tapestry

📋 copy color: '#BC6282'

red 188 ◦ green 98 ◦ blue 130

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

Shades of Tapestry #BC6282

Tints of Tapestry #BC6282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 45.19%
G = 23.56%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC6282 (or 0xBC6282) is known color: Tapestry. HEX triplet: BC, 62 and 82. RGB value is (188,98,130). Sum of RGB (Red+Green+Blue) = 188+98+130=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6282 is #439D7D. Grayscale: #808080. Windows color (decimal): -4431230 or 8544956. OLE color: 8544956.

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

Color convert

RGB 188 98 130 -
CMYK 0 0.48 0.31 0.26
HSL 338.67º 0.4% 0.56% -
HSV(B) 338.67º 0.48% 0.74% -
XYZ 29.14 21.04 23.64 -
YUV 128.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 188 98 130 0 0.48 0.31 0.26 338.67 0.4 0.56
Hex BC 62 82 0 30 1F 1A 153 28 38
Octal 274 142 202 0 60 37 32 523 50 70
Binary 10111100 1100010 10000010 0 110000 11111 11010 101010011 101000 111000

Color Harmonies of #BC6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6282

Black with #BC6282

Text Example


Text Example

White with #BC6282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6282; }

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

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

background-color css

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

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

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

border-color css

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

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

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