#BD728D

Color #BD728D Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BD728D

Tints of Tapestry #BD728D

Color information

#BD728D (or 0xBD728D) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 8D. RGB value is (189,114,141). Sum of RGB (Red+Green+Blue) = 189+114+141=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD728D is #428D72. Grayscale: #8B8B8B. Windows color (decimal): -4361587 or 9269949. OLE color: 9269949.

HSL color Cylindrical-coordinate representation of color #BD728D: hue angle of 338.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD728D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189114141-
CMYK00.400.250.26
HSL338.4º36.23%59.41%-
HSV(B)338.4º39.68%74.12%-
XYZ31.8124.7828.31-
YUV139.5128.85163.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=42.57%
G=25.68%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911414100.400.250.26338.436.2359.41
HexBD728D028191A152243b
Octal27516221505031325224473
Binary1011110111100101000110101010001100111010101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD728D; }

 p { color: rgb(189,114,141); }

 H1.HeaderClassName
 {
   color: #BD728D;
 }
 .AnyTagClassName
 {
   color: #BD728D;
 }
</style>
background-color css

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

 a { background-color: rgb(189,114,141); }

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

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

 span { border-color: rgb(189,114,141); }

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