Html Css Color HEX #BC6986 Tapestry

📋 copy color: '#BC6986'

red 188 ◦ green 105 ◦ blue 134

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

Shades of Tapestry #BC6986

Tints of Tapestry #BC6986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.38%

R = 44.03%
G = 24.59%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6986 (or 0xBC6986) is known color: Tapestry. HEX triplet: BC, 69 and 86. RGB value is (188,105,134). Sum of RGB (Red+Green+Blue) = 188+105+134=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6986 is #439679. Grayscale: #858585. Windows color (decimal): -4429434 or 8808892. OLE color: 8808892.

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

Color convert

RGB 188 105 134 -
CMYK 0 0.44 0.29 0.26
HSL 339.04º 0.38% 0.57% -
HSV(B) 339.04º 0.44% 0.74% -
XYZ 30.09 22.52 25.31 -
YUV 133.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 188 105 134 0 0.44 0.29 0.26 339.04 0.38 0.57
Hex BC 69 86 0 2C 1D 1A 153 26 39
Octal 274 151 206 0 54 35 32 523 46 71
Binary 10111100 1101001 10000110 0 101100 11101 11010 101010011 100110 111001

Color Harmonies of #BC6986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6986

Black with #BC6986

Text Example


Text Example

White with #BC6986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6986; }

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

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

background-color css

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

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

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

border-color css

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

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

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