#BD7284

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

Shades of Tapestry #BD7284

Tints of Tapestry #BD7284

Color information

#BD7284 (or 0xBD7284) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 84. RGB value is (189,114,132). Sum of RGB (Red+Green+Blue) = 189+114+132=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7284 is #428D7B. Grayscale: #8A8A8A. Windows color (decimal): -4361596 or 8680125. OLE color: 8680125.

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

Color convert

RGB189114132-
CMYK00.400.300.26
HSL345.6º36.23%59.41%-
HSV(B)345.6º39.68%74.12%-
XYZ31.1724.5224.92-
YUV138.48124.35164.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=43.45%
G=26.21%
B=30.34%

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
Decimal18911413200.400.300.26345.636.2359.41
HexBD72840281E1A15a243b
Octal27516220405036325324473
Binary1011110111100101000010001010001111011010101011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7284; }

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

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

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

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

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

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

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

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