Html Css Color HEX #BD6E87 Tapestry

📋 copy color: '#BD6E87'

red 189 ◦ green 110 ◦ blue 135

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

Shades of Tapestry #BD6E87

Tints of Tapestry #BD6E87

RGB

 RED value IS 189 (74.22% from 255) = 43.55%

 GREEN value IS 110 (43.36% from 255) = 25.35%

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

R = 43.55%
G = 25.35%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD6E87 (or 0xBD6E87) is known color: Tapestry. HEX triplet: BD, 6E and 87. RGB value is (189,110,135). Sum of RGB (Red+Green+Blue) = 189+110+135=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E87 is #429178. Grayscale: #888888. Windows color (decimal): -4362617 or 8875709. OLE color: 8875709.

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

Color convert

RGB 189 110 135 -
CMYK 0 0.42 0.29 0.26
HSL 341.01º 0.37% 0.59% -
HSV(B) 341.01º 0.42% 0.74% -
XYZ 30.94 23.72 25.87 -
YUV 136.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 189 110 135 0 0.42 0.29 0.26 341.01 0.37 0.59
Hex BD 6E 87 0 2A 1D 1A 155 25 3B
Octal 275 156 207 0 52 35 32 525 45 73
Binary 10111101 1101110 10000111 0 101010 11101 11010 101010101 100101 111011

Color Harmonies of #BD6E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E87

Black with #BD6E87

Text Example


Text Example

White with #BD6E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E87; }

 p { color: rgb(189,110,135); }

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

background-color css

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

 a { background-color: rgb(189,110,135); }

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

border-color css

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

 span { border-color: rgb(189,110,135); }

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