#BD607C

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

Shades of Tapestry #BD607C

Tints of Tapestry #BD607C

Color information

#BD607C (or 0xBD607C) is unknown color: approx Tapestry. HEX triplet: BD, 60 and 7C. RGB value is (189,96,124). Sum of RGB (Red+Green+Blue) = 189+96+124=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD607C is #429F83. Grayscale: #7E7E7E. Windows color (decimal): -4366212 or 8151229. OLE color: 8151229.

HSL color Cylindrical-coordinate representation of color #BD607C: hue angle of 341.94º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD607C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18996124-
CMYK00.490.340.26
HSL341.94º41.33%55.88%-
HSV(B)341.94º49.21%74.12%-
XYZ28.8120.6421.53-
YUV127126.31172.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=46.21%
G=23.47%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899612400.490.340.26341.9441.3355.88
HexBD607C031221A1562938
Octal27514017406142325265170
Binary1011110111000001111100011000110001011010101010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD607C; }

 p { color: rgb(189,96,124); }

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

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

 a { background-color: rgb(189,96,124); }

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

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

 span { border-color: rgb(189,96,124); }

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