Html Css Color HEX #BD6E7C Tapestry

📋 copy color: '#BD6E7C'

red 189 ◦ green 110 ◦ blue 124

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

Shades of Tapestry #BD6E7C

Tints of Tapestry #BD6E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 44.68%
G = 26%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD6E7C (or 0xBD6E7C) is known color: Tapestry. HEX triplet: BD, 6E and 7C. RGB value is (189,110,124). Sum of RGB (Red+Green+Blue) = 189+110+124=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E7C is #429183. Grayscale: #878787. Windows color (decimal): -4362628 or 8154813. OLE color: 8154813.

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

Color convert

RGB 189 110 124 -
CMYK 0 0.42 0.34 0.26
HSL 349.37º 0.37% 0.59% -
HSV(B) 349.37º 0.42% 0.74% -
XYZ 30.2 23.43 22 -
YUV 135.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 189 110 124 0 0.42 0.34 0.26 349.37 0.37 0.59
Hex BD 6E 7C 0 2A 22 1A 15D 25 3B
Octal 275 156 174 0 52 42 32 535 45 73
Binary 10111101 1101110 1111100 0 101010 100010 11010 101011101 100101 111011

Color Harmonies of #BD6E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E7C

Black with #BD6E7C

Text Example


Text Example

White with #BD6E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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