Html Css Color HEX #BD7980 Tapestry

📋 copy color: '#BD7980'

red 189 ◦ green 121 ◦ blue 128

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

Shades of Tapestry #BD7980

Tints of Tapestry #BD7980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.63%

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

R = 43.15%
G = 27.63%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7980 (or 0xBD7980) is known color: Tapestry. HEX triplet: BD, 79 and 80. RGB value is (189,121,128). Sum of RGB (Red+Green+Blue) = 189+121+128=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7980 is #42867F. Grayscale: #8E8E8E. Windows color (decimal): -4359808 or 8419773. OLE color: 8419773.

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

Color convert

RGB 189 121 128 -
CMYK 0 0.36 0.32 0.26
HSL 353.82º 0.34% 0.61% -
HSV(B) 353.82º 0.36% 0.74% -
XYZ 31.72 26.05 23.78 -
YUV 142.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 189 121 128 0 0.36 0.32 0.26 353.82 0.34 0.61
Hex BD 79 80 0 24 20 1A 162 22 3D
Octal 275 171 200 0 44 40 32 542 42 75
Binary 10111101 1111001 10000000 0 100100 100000 11010 101100010 100010 111101

Color Harmonies of #BD7980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7980

Black with #BD7980

Text Example


Text Example

White with #BD7980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7980; }

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

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

background-color css

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

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

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

border-color css

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

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

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