Html Css Color HEX #BC6687 Tapestry

📋 copy color: '#BC6687'

red 188 ◦ green 102 ◦ blue 135

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

Shades of Tapestry #BC6687

Tints of Tapestry #BC6687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 44.24%
G = 24%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6687 (or 0xBC6687) is known color: Tapestry. HEX triplet: BC, 66 and 87. RGB value is (188,102,135). Sum of RGB (Red+Green+Blue) = 188+102+135=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6687 is #439978. Grayscale: #838383. Windows color (decimal): -4430201 or 8873660. OLE color: 8873660.

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

Color convert

RGB 188 102 135 -
CMYK 0 0.46 0.28 0.26
HSL 336.98º 0.39% 0.57% -
HSV(B) 336.98º 0.46% 0.74% -
XYZ 29.86 21.94 25.58 -
YUV 131.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 188 102 135 0 0.46 0.28 0.26 336.98 0.39 0.57
Hex BC 66 87 0 2E 1C 1A 151 27 39
Octal 274 146 207 0 56 34 32 521 47 71
Binary 10111100 1100110 10000111 0 101110 11100 11010 101010001 100111 111001

Color Harmonies of #BC6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6687

Black with #BC6687

Text Example


Text Example

White with #BC6687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6687; }

 p { color: rgb(188,102,135); }

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

background-color css

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

 a { background-color: rgb(188,102,135); }

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

border-color css

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

 span { border-color: rgb(188,102,135); }

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