Html Css Color HEX #BD7780 Tapestry

📋 copy color: '#BD7780'

red 189 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #BD7780

Tints of Tapestry #BD7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

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

R = 43.35%
G = 27.29%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7780 (or 0xBD7780) is known color: Tapestry. HEX triplet: BD, 77 and 80. RGB value is (189,119,128). Sum of RGB (Red+Green+Blue) = 189+119+128=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7780 is #42887F. Grayscale: #8C8C8C. Windows color (decimal): -4360320 or 8419261. OLE color: 8419261.

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

Color convert

RGB 189 119 128 -
CMYK 0 0.37 0.32 0.26
HSL 352.29º 0.35% 0.6% -
HSV(B) 352.29º 0.37% 0.74% -
XYZ 31.48 25.57 23.7 -
YUV 140.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 189 119 128 0 0.37 0.32 0.26 352.29 0.35 0.6
Hex BD 77 80 0 25 20 1A 160 23 3C
Octal 275 167 200 0 45 40 32 540 43 74
Binary 10111101 1110111 10000000 0 100101 100000 11010 101100000 100011 111100

Color Harmonies of #BD7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7780

Black with #BD7780

Text Example


Text Example

White with #BD7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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