#BD607A

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

Shades of Tapestry #BD607A

Tints of Tapestry #BD607A

Color information

#BD607A (or 0xBD607A) is unknown color: approx Tapestry. HEX triplet: BD, 60 and 7A. RGB value is (189,96,122). Sum of RGB (Red+Green+Blue) = 189+96+122=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD607A is #429F85. Grayscale: #7E7E7E. Windows color (decimal): -4366214 or 8020157. OLE color: 8020157.

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

Color convert

RGB18996122-
CMYK00.490.350.26
HSL343.23º41.33%55.88%-
HSV(B)343.23º49.21%74.12%-
XYZ28.6820.5920.87-
YUV126.77125.31172.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=46.44%
G=23.59%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899612200.490.350.26343.2341.3355.88
HexBD607A031231A1572938
Octal27514017206143325275170
Binary1011110111000001111010011000110001111010101010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD607A; }

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

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

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

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

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

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

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

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