Html Css Color HEX #BC6987 Tapestry

📋 copy color: '#BC6987'

red 188 ◦ green 105 ◦ blue 135

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

Shades of Tapestry #BC6987

Tints of Tapestry #BC6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

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

R = 43.93%
G = 24.53%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6987 (or 0xBC6987) is known color: Tapestry. HEX triplet: BC, 69 and 87. RGB value is (188,105,135). Sum of RGB (Red+Green+Blue) = 188+105+135=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6987 is #439678. Grayscale: #858585. Windows color (decimal): -4429433 or 8874428. OLE color: 8874428.

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

Color convert

RGB 188 105 135 -
CMYK 0 0.44 0.28 0.26
HSL 338.31º 0.38% 0.57% -
HSV(B) 338.31º 0.44% 0.74% -
XYZ 30.16 22.54 25.68 -
YUV 133.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 188 105 135 0 0.44 0.28 0.26 338.31 0.38 0.57
Hex BC 69 87 0 2C 1C 1A 152 26 39
Octal 274 151 207 0 54 34 32 522 46 71
Binary 10111100 1101001 10000111 0 101100 11100 11010 101010010 100110 111001

Color Harmonies of #BC6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6987

Black with #BC6987

Text Example


Text Example

White with #BC6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6987; }

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

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

background-color css

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

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

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

border-color css

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

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

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