Html Css Color HEX #BC6D7B Tapestry

📋 copy color: '#BC6D7B'

red 188 ◦ green 109 ◦ blue 123

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

Shades of Tapestry #BC6D7B

Tints of Tapestry #BC6D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 44.76%
G = 25.95%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC6D7B (or 0xBC6D7B) is known color: Tapestry. HEX triplet: BC, 6D and 7B. RGB value is (188,109,123). Sum of RGB (Red+Green+Blue) = 188+109+123=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D7B is #439284. Grayscale: #868686. Windows color (decimal): -4428421 or 8089020. OLE color: 8089020.

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

Color convert

RGB 188 109 123 -
CMYK 0 0.42 0.35 0.26
HSL 349.37º 0.37% 0.58% -
HSV(B) 349.37º 0.42% 0.74% -
XYZ 29.78 23.06 21.62 -
YUV 134.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 188 109 123 0 0.42 0.35 0.26 349.37 0.37 0.58
Hex BC 6D 7B 0 2A 23 1A 15D 25 3A
Octal 274 155 173 0 52 43 32 535 45 72
Binary 10111100 1101101 1111011 0 101010 100011 11010 101011101 100101 111010

Color Harmonies of #BC6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D7B

Black with #BC6D7B

Text Example


Text Example

White with #BC6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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