Html Css Color HEX #BD6E86 Tapestry

📋 copy color: '#BD6E86'

red 189 ◦ green 110 ◦ blue 134

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

Shades of Tapestry #BD6E86

Tints of Tapestry #BD6E86

RGB

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

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

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

R = 43.65%
G = 25.4%
B = 30.95%

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

#BD6E86 (or 0xBD6E86) is known color: Tapestry. HEX triplet: BD, 6E and 86. RGB value is (189,110,134). Sum of RGB (Red+Green+Blue) = 189+110+134=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E86 is #429179. Grayscale: #888888. Windows color (decimal): -4362618 or 8810173. OLE color: 8810173.

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

Color convert

RGB 189 110 134 -
CMYK 0 0.42 0.29 0.26
HSL 341.77º 0.37% 0.59% -
HSV(B) 341.77º 0.42% 0.74% -
XYZ 30.87 23.69 25.5 -
YUV 136.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 189 110 134 0 0.42 0.29 0.26 341.77 0.37 0.59
Hex BD 6E 86 0 2A 1D 1A 156 25 3B
Octal 275 156 206 0 52 35 32 526 45 73
Binary 10111101 1101110 10000110 0 101010 11101 11010 101010110 100101 111011

Color Harmonies of #BD6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E86

Black with #BD6E86

Text Example


Text Example

White with #BD6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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