#BD728B

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

Shades of Tapestry #BD728B

Tints of Tapestry #BD728B

Color information

#BD728B (or 0xBD728B) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 8B. RGB value is (189,114,139). Sum of RGB (Red+Green+Blue) = 189+114+139=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD728B is #428D74. Grayscale: #8B8B8B. Windows color (decimal): -4361589 or 9138877. OLE color: 9138877.

HSL color Cylindrical-coordinate representation of color #BD728B: hue angle of 340º 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 #BD728B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189114139-
CMYK00.400.260.26
HSL340º36.23%59.41%-
HSV(B)340º39.68%74.12%-
XYZ31.6624.7227.53-
YUV139.27127.85163.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=42.76%
G=25.79%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911413900.400.260.2634036.2359.41
HexBD728B0281A1A154243b
Octal27516221305032325244473
Binary1011110111100101000101101010001101011010101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD728B; }

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

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

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

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

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

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

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

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