Html Css Color HEX #BD6E8C Tapestry

📋 copy color: '#BD6E8C'

red 189 ◦ green 110 ◦ blue 140

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

Shades of Tapestry #BD6E8C

Tints of Tapestry #BD6E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 43.05%
G = 25.06%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD6E8C (or 0xBD6E8C) is known color: Tapestry. HEX triplet: BD, 6E and 8C. RGB value is (189,110,140). Sum of RGB (Red+Green+Blue) = 189+110+140=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E8C is #429173. Grayscale: #898989. Windows color (decimal): -4362612 or 9203389. OLE color: 9203389.

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

Color convert

RGB 189 110 140 -
CMYK 0 0.42 0.26 0.26
HSL 337.22º 0.37% 0.59% -
HSV(B) 337.22º 0.42% 0.74% -
XYZ 31.3 23.86 27.77 -
YUV 137.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 189 110 140 0 0.42 0.26 0.26 337.22 0.37 0.59
Hex BD 6E 8C 0 2A 1A 1A 151 25 3B
Octal 275 156 214 0 52 32 32 521 45 73
Binary 10111101 1101110 10001100 0 101010 11010 11010 101010001 100101 111011

Color Harmonies of #BD6E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E8C

Black with #BD6E8C

Text Example


Text Example

White with #BD6E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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