#BD7183

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

Shades of Tapestry #BD7183

Tints of Tapestry #BD7183

Color information

#BD7183 (or 0xBD7183) is unknown color: approx Tapestry. HEX triplet: BD, 71 and 83. RGB value is (189,113,131). Sum of RGB (Red+Green+Blue) = 189+113+131=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7183 is #428E7C. Grayscale: #898989. Windows color (decimal): -4361853 or 8614333. OLE color: 8614333.

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

Color convert

RGB189113131-
CMYK00.400.310.26
HSL345.79º36.54%59.22%-
HSV(B)345.79º40.21%74.12%-
XYZ30.9924.2724.52-
YUV137.78124.18164.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=43.65%
G=26.10%
B=30.25%

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
Decimal18911313100.400.310.26345.7936.5459.22
HexBD71830281F1A15a253b
Octal27516120305037325324573
Binary1011110111100011000001101010001111111010101011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7183; }

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

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

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

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

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

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

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

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