Html Css Color HEX #BC6C88 Tapestry

📋 copy color: '#BC6C88'

red 188 ◦ green 108 ◦ blue 136

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

Shades of Tapestry #BC6C88

Tints of Tapestry #BC6C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 43.52%
G = 25%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6C88 (or 0xBC6C88) is known color: Tapestry. HEX triplet: BC, 6C and 88. RGB value is (188,108,136). Sum of RGB (Red+Green+Blue) = 188+108+136=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C88 is #439377. Grayscale: #878787. Windows color (decimal): -4428664 or 8940732. OLE color: 8940732.

HSL color Cylindrical-coordinate representation of color #BC6C88: hue angle of 339º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6C88 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 136 -
CMYK 0 0.43 0.28 0.26
HSL 339º 0.37% 0.58% -
HSV(B) 339º 0.43% 0.74% -
XYZ 30.55 23.19 26.16 -
YUV 135.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 188 108 136 0 0.43 0.28 0.26 339 0.37 0.58
Hex BC 6C 88 0 2B 1C 1A 153 25 3A
Octal 274 154 210 0 53 34 32 523 45 72
Binary 10111100 1101100 10001000 0 101011 11100 11010 101010011 100101 111010

Color Harmonies of #BC6C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C88

Black with #BC6C88

Text Example


Text Example

White with #BC6C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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