#BD748D

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

Shades of Tapestry #BD748D

Tints of Tapestry #BD748D

Color information

#BD748D (or 0xBD748D) is unknown color: approx Tapestry. HEX triplet: BD, 74 and 8D. RGB value is (189,116,141). Sum of RGB (Red+Green+Blue) = 189+116+141=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD748D is #428B72. Grayscale: #8C8C8C. Windows color (decimal): -4361075 or 9270461. OLE color: 9270461.

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

Color convert

RGB189116141-
CMYK00.390.250.26
HSL339.45º35.61%59.8%-
HSV(B)339.45º38.62%74.12%-
XYZ32.0425.2328.38-
YUV140.68128.18162.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=42.38%
G=26.01%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911614100.390.250.26339.4535.6159.8
HexBD748D027191A153243c
Octal27516421504731325234474
Binary1011110111101001000110101001111100111010101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD748D; }

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

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

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

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

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

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

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

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