#BD6278

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

Shades of Tapestry #BD6278

Tints of Tapestry #BD6278

Color information

#BD6278 (or 0xBD6278) is unknown color: approx Tapestry. HEX triplet: BD, 62 and 78. RGB value is (189,98,120). Sum of RGB (Red+Green+Blue) = 189+98+120=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6278 is #429D87. Grayscale: #7F7F7F. Windows color (decimal): -4365704 or 7889597. OLE color: 7889597.

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

Color convert

RGB18998120-
CMYK00.480.370.26
HSL345.49º40.81%56.27%-
HSV(B)345.49º48.15%74.12%-
XYZ28.7420.9120.29-
YUV127.72123.65171.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=46.44%
G=24.08%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899812000.480.370.26345.4940.8156.27
HexBD6278030251A1592938
Octal27514217006045325315170
Binary1011110111000101111000011000010010111010101011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6278; }

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

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

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

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

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

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

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

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