Html Css Color HEX #BC6681 Tapestry

📋 copy color: '#BC6681'

red 188 ◦ green 102 ◦ blue 129

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

Shades of Tapestry #BC6681

Tints of Tapestry #BC6681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 44.87%
G = 24.34%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC6681 (or 0xBC6681) is known color: Tapestry. HEX triplet: BC, 66 and 81. RGB value is (188,102,129). Sum of RGB (Red+Green+Blue) = 188+102+129=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6681 is #43997E. Grayscale: #828282. Windows color (decimal): -4430207 or 8480444. OLE color: 8480444.

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

Color convert

RGB 188 102 129 -
CMYK 0 0.46 0.31 0.26
HSL 341.16º 0.39% 0.57% -
HSV(B) 341.16º 0.46% 0.74% -
XYZ 29.45 21.78 23.42 -
YUV 130.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 188 102 129 0 0.46 0.31 0.26 341.16 0.39 0.57
Hex BC 66 81 0 2E 1F 1A 155 27 39
Octal 274 146 201 0 56 37 32 525 47 71
Binary 10111100 1100110 10000001 0 101110 11111 11010 101010101 100111 111001

Color Harmonies of #BC6681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6681

Black with #BC6681

Text Example


Text Example

White with #BC6681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6681; }

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

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

background-color css

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

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

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

border-color css

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

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

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