Html Css Color HEX #BC6484 Tapestry

📋 copy color: '#BC6484'

red 188 ◦ green 100 ◦ blue 132

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

Shades of Tapestry #BC6484

Tints of Tapestry #BC6484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

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

R = 44.76%
G = 23.81%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6484 (or 0xBC6484) is known color: Tapestry. HEX triplet: BC, 64 and 84. RGB value is (188,100,132). Sum of RGB (Red+Green+Blue) = 188+100+132=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6484 is #439B7B. Grayscale: #818181. Windows color (decimal): -4430716 or 8676540. OLE color: 8676540.

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

Color convert

RGB 188 100 132 -
CMYK 0 0.47 0.30 0.26
HSL 338.18º 0.4% 0.56% -
HSV(B) 338.18º 0.47% 0.74% -
XYZ 29.46 21.47 24.42 -
YUV 129.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 188 100 132 0 0.47 0.30 0.26 338.18 0.4 0.56
Hex BC 64 84 0 2F 1E 1A 152 28 38
Octal 274 144 204 0 57 36 32 522 50 70
Binary 10111100 1100100 10000100 0 101111 11110 11010 101010010 101000 111000

Color Harmonies of #BC6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6484

Black with #BC6484

Text Example


Text Example

White with #BC6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6484; }

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

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

background-color css

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

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

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

border-color css

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

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

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