Html Css Color HEX #BD7680 Tapestry

📋 copy color: '#BD7680'

red 189 ◦ green 118 ◦ blue 128

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

Shades of Tapestry #BD7680

Tints of Tapestry #BD7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 43.45%
G = 27.13%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7680 (or 0xBD7680) is known color: Tapestry. HEX triplet: BD, 76 and 80. RGB value is (189,118,128). Sum of RGB (Red+Green+Blue) = 189+118+128=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7680 is #42897F. Grayscale: #8C8C8C. Windows color (decimal): -4360576 or 8419005. OLE color: 8419005.

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

Color convert

RGB 189 118 128 -
CMYK 0 0.38 0.32 0.26
HSL 351.55º 0.35% 0.6% -
HSV(B) 351.55º 0.38% 0.74% -
XYZ 31.36 25.33 23.66 -
YUV 140.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 189 118 128 0 0.38 0.32 0.26 351.55 0.35 0.6
Hex BD 76 80 0 26 20 1A 160 23 3C
Octal 275 166 200 0 46 40 32 540 43 74
Binary 10111101 1110110 10000000 0 100110 100000 11010 101100000 100011 111100

Color Harmonies of #BD7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7680

Black with #BD7680

Text Example


Text Example

White with #BD7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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