#BD6476

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

Shades of Tapestry #BD6476

Tints of Tapestry #BD6476

Color information

#BD6476 (or 0xBD6476) is unknown color: approx Tapestry. HEX triplet: BD, 64 and 76. RGB value is (189,100,118). Sum of RGB (Red+Green+Blue) = 189+100+118=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6476 is #429B89. Grayscale: #808080. Windows color (decimal): -4365194 or 7759037. OLE color: 7759037.

HSL color Cylindrical-coordinate representation of color #BD6476: hue angle of 347.87º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6476 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189100118-
CMYK00.470.380.26
HSL347.87º40.27%56.67%-
HSV(B)347.87º47.09%74.12%-
XYZ28.8121.2419.72-
YUV128.66121.99171.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=46.44%
G=24.57%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910011800.470.380.26347.8740.2756.67
HexBD647602F261A15c2839
Octal27514416605746325345071
Binary1011110111001001110110010111110011011010101011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6476; }

 p { color: rgb(189,100,118); }

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

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

 a { background-color: rgb(189,100,118); }

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

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

 span { border-color: rgb(189,100,118); }

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