#BD7182

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

Shades of Tapestry #BD7182

Tints of Tapestry #BD7182

Color information

#BD7182 (or 0xBD7182) is unknown color: approx Tapestry. HEX triplet: BD, 71 and 82. RGB value is (189,113,130). Sum of RGB (Red+Green+Blue) = 189+113+130=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7182 is #428E7D. Grayscale: #898989. Windows color (decimal): -4361854 or 8548797. OLE color: 8548797.

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

Color convert

RGB189113130-
CMYK00.400.310.26
HSL346.58º36.54%59.22%-
HSV(B)346.58º40.21%74.12%-
XYZ30.9224.2424.17-
YUV137.66123.68164.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=43.75%
G=26.16%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911313000.400.310.26346.5836.5459.22
HexBD71820281F1A15b253b
Octal27516120205037325334573
Binary1011110111100011000001001010001111111010101011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7182; }

 p { color: rgb(189,113,130); }

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

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

 a { background-color: rgb(189,113,130); }

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

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

 span { border-color: rgb(189,113,130); }

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