Html Css Color HEX #BD7080 Tapestry

📋 copy color: '#BD7080'

red 189 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #BD7080

Tints of Tapestry #BD7080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 44.06%
G = 26.11%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD7080 (or 0xBD7080) is known color: Tapestry. HEX triplet: BD, 70 and 80. RGB value is (189,112,128). Sum of RGB (Red+Green+Blue) = 189+112+128=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7080 is #428F7F. Grayscale: #888888. Windows color (decimal): -4362112 or 8417469. OLE color: 8417469.

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

Color convert

RGB 189 112 128 -
CMYK 0 0.41 0.32 0.26
HSL 347.53º 0.37% 0.59% -
HSV(B) 347.53º 0.41% 0.74% -
XYZ 30.68 23.97 23.43 -
YUV 136.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 189 112 128 0 0.41 0.32 0.26 347.53 0.37 0.59
Hex BD 70 80 0 29 20 1A 15C 25 3B
Octal 275 160 200 0 51 40 32 534 45 73
Binary 10111101 1110000 10000000 0 101001 100000 11010 101011100 100101 111011

Color Harmonies of #BD7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7080

Black with #BD7080

Text Example


Text Example

White with #BD7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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