Html Css Color HEX #BC6D89 Tapestry

📋 copy color: '#BC6D89'

red 188 ◦ green 109 ◦ blue 137

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

Shades of Tapestry #BC6D89

Tints of Tapestry #BC6D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 43.32%
G = 25.12%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6D89 (or 0xBC6D89) is known color: Tapestry. HEX triplet: BC, 6D and 89. RGB value is (188,109,137). Sum of RGB (Red+Green+Blue) = 188+109+137=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D89 is #439276. Grayscale: #878787. Windows color (decimal): -4428407 or 9006524. OLE color: 9006524.

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

Color convert

RGB 188 109 137 -
CMYK 0 0.42 0.27 0.26
HSL 338.73º 0.37% 0.58% -
HSV(B) 338.73º 0.42% 0.74% -
XYZ 30.72 23.43 26.57 -
YUV 135.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 188 109 137 0 0.42 0.27 0.26 338.73 0.37 0.58
Hex BC 6D 89 0 2A 1B 1A 153 25 3A
Octal 274 155 211 0 52 33 32 523 45 72
Binary 10111100 1101101 10001001 0 101010 11011 11010 101010011 100101 111010

Color Harmonies of #BC6D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D89

Black with #BC6D89

Text Example


Text Example

White with #BC6D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D89; }

 p { color: rgb(188,109,137); }

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

background-color css

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

 a { background-color: rgb(188,109,137); }

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

border-color css

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

 span { border-color: rgb(188,109,137); }

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