Html Css Color HEX #BD6680 Tapestry

📋 copy color: '#BD6680'

red 189 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #BD6680

Tints of Tapestry #BD6680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 45.11%
G = 24.34%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD6680 (or 0xBD6680) is known color: Tapestry. HEX triplet: BD, 66 and 80. RGB value is (189,102,128). Sum of RGB (Red+Green+Blue) = 189+102+128=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6680 is #42997F. Grayscale: #828282. Windows color (decimal): -4364672 or 8414909. OLE color: 8414909.

HSL color Cylindrical-coordinate representation of color #BD6680: hue angle of 342.07º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6680 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 128 -
CMYK 0 0.46 0.32 0.26
HSL 342.07º 0.4% 0.57% -
HSV(B) 342.07º 0.46% 0.74% -
XYZ 29.63 21.88 23.08 -
YUV 130.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 189 102 128 0 0.46 0.32 0.26 342.07 0.4 0.57
Hex BD 66 80 0 2E 20 1A 156 28 39
Octal 275 146 200 0 56 40 32 526 50 71
Binary 10111101 1100110 10000000 0 101110 100000 11010 101010110 101000 111001

Color Harmonies of #BD6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6680

Black with #BD6680

Text Example


Text Example

White with #BD6680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6680; }

 p { color: rgb(189,102,128); }

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

background-color css

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

 a { background-color: rgb(189,102,128); }

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

border-color css

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

 span { border-color: rgb(189,102,128); }

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