Html Css Color HEX #BC6488 Tapestry

📋 copy color: '#BC6488'

red 188 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #BC6488

Tints of Tapestry #BC6488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 44.34%
G = 23.58%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6488 (or 0xBC6488) is known color: Tapestry. HEX triplet: BC, 64 and 88. RGB value is (188,100,136). Sum of RGB (Red+Green+Blue) = 188+100+136=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6488 is #439B77. Grayscale: #828282. Windows color (decimal): -4430712 or 8938684. OLE color: 8938684.

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

Color convert

RGB 188 100 136 -
CMYK 0 0.47 0.28 0.26
HSL 335.45º 0.4% 0.56% -
HSV(B) 335.45º 0.47% 0.74% -
XYZ 29.74 21.58 25.89 -
YUV 130.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 188 100 136 0 0.47 0.28 0.26 335.45 0.4 0.56
Hex BC 64 88 0 2F 1C 1A 14F 28 38
Octal 274 144 210 0 57 34 32 517 50 70
Binary 10111100 1100100 10001000 0 101111 11100 11010 101001111 101000 111000

Color Harmonies of #BC6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6488

Black with #BC6488

Text Example


Text Example

White with #BC6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6488; }

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

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

background-color css

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

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

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

border-color css

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

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

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