#BD7184

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

Shades of Tapestry #BD7184

Tints of Tapestry #BD7184

Color information

#BD7184 (or 0xBD7184) is unknown color: approx Tapestry. HEX triplet: BD, 71 and 84. RGB value is (189,113,132). Sum of RGB (Red+Green+Blue) = 189+113+132=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7184 is #428E7B. Grayscale: #898989. Windows color (decimal): -4361852 or 8679869. OLE color: 8679869.

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

Color convert

RGB189113132-
CMYK00.400.300.26
HSL345º36.54%59.22%-
HSV(B)345º40.21%74.12%-
XYZ31.0624.324.88-
YUV137.89124.68164.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=43.55%
G=26.04%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911313200.400.300.2634536.5459.22
HexBD71840281E1A159253b
Octal27516120405036325314573
Binary1011110111100011000010001010001111011010101011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7184; }

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

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

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

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

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

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

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

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