Html Css Color HEX #BC6182 Tapestry

📋 copy color: '#BC6182'

red 188 ◦ green 97 ◦ blue 130

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

Shades of Tapestry #BC6182

Tints of Tapestry #BC6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

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

R = 45.3%
G = 23.37%
B = 31.33%

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

#BC6182 (or 0xBC6182) is known color: Tapestry. HEX triplet: BC, 61 and 82. RGB value is (188,97,130). Sum of RGB (Red+Green+Blue) = 188+97+130=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6182 is #439E7D. Grayscale: #7F7F7F. Windows color (decimal): -4431486 or 8544700. OLE color: 8544700.

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

Color convert

RGB 188 97 130 -
CMYK 0 0.48 0.31 0.26
HSL 338.24º 0.4% 0.56% -
HSV(B) 338.24º 0.48% 0.74% -
XYZ 29.04 20.85 23.61 -
YUV 127.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 188 97 130 0 0.48 0.31 0.26 338.24 0.4 0.56
Hex BC 61 82 0 30 1F 1A 152 28 38
Octal 274 141 202 0 60 37 32 522 50 70
Binary 10111100 1100001 10000010 0 110000 11111 11010 101010010 101000 111000

Color Harmonies of #BC6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6182

Black with #BC6182

Text Example


Text Example

White with #BC6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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