#BD627A

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

Shades of Tapestry #BD627A

Tints of Tapestry #BD627A

Color information

#BD627A (or 0xBD627A) is unknown color: approx Tapestry. HEX triplet: BD, 62 and 7A. RGB value is (189,98,122). Sum of RGB (Red+Green+Blue) = 189+98+122=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627A is #429D85. Grayscale: #7F7F7F. Windows color (decimal): -4365702 or 8020669. OLE color: 8020669.

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

Color convert

RGB18998122-
CMYK00.480.350.26
HSL344.18º40.81%56.27%-
HSV(B)344.18º48.15%74.12%-
XYZ28.8720.9620.94-
YUV127.94124.65171.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=46.21%
G=23.96%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899812200.480.350.26344.1840.8156.27
HexBD627A030231A1582938
Octal27514217206043325305170
Binary1011110111000101111010011000010001111010101011000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD627A; }

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

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

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

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

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

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

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

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