#BD7384

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

Shades of Tapestry #BD7384

Tints of Tapestry #BD7384

Color information

#BD7384 (or 0xBD7384) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 84. RGB value is (189,115,132). Sum of RGB (Red+Green+Blue) = 189+115+132=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7384 is #428C7B. Grayscale: #8B8B8B. Windows color (decimal): -4361340 or 8680381. OLE color: 8680381.

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

Color convert

RGB189115132-
CMYK00.390.300.26
HSL346.22º35.92%59.61%-
HSV(B)346.22º39.15%74.12%-
XYZ31.2824.7524.96-
YUV139.06124.02163.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=43.35%
G=26.38%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911513200.390.300.26346.2235.9259.61
HexBD73840271E1A15a243c
Octal27516320404736325324474
Binary1011110111100111000010001001111111011010101011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7384; }

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

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

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

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

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

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

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

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