Html Css Color HEX #BD6880 Tapestry

📋 copy color: '#BD6880'

red 189 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #BD6880

Tints of Tapestry #BD6880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

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

R = 44.89%
G = 24.7%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD6880 (or 0xBD6880) is known color: Tapestry. HEX triplet: BD, 68 and 80. RGB value is (189,104,128). Sum of RGB (Red+Green+Blue) = 189+104+128=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6880 is #42977F. Grayscale: #848484. Windows color (decimal): -4364160 or 8415421. OLE color: 8415421.

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

Color convert

RGB 189 104 128 -
CMYK 0 0.45 0.32 0.26
HSL 343.06º 0.39% 0.57% -
HSV(B) 343.06º 0.45% 0.74% -
XYZ 29.83 22.28 23.15 -
YUV 132.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 189 104 128 0 0.45 0.32 0.26 343.06 0.39 0.57
Hex BD 68 80 0 2D 20 1A 157 27 39
Octal 275 150 200 0 55 40 32 527 47 71
Binary 10111101 1101000 10000000 0 101101 100000 11010 101010111 100111 111001

Color Harmonies of #BD6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6880

Black with #BD6880

Text Example


Text Example

White with #BD6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6880; }

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

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

background-color css

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

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

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

border-color css

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

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

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