#BD6484

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

Shades of Tapestry #BD6484

Tints of Tapestry #BD6484

Color information

#BD6484 (or 0xBD6484) is unknown color: approx Tapestry. HEX triplet: BD, 64 and 84. RGB value is (189,100,132). Sum of RGB (Red+Green+Blue) = 189+100+132=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6484 is #429B7B. Grayscale: #828282. Windows color (decimal): -4365180 or 8676541. OLE color: 8676541.

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

Color convert

RGB189100132-
CMYK00.470.300.26
HSL338.43º40.27%56.67%-
HSV(B)338.43º47.09%74.12%-
XYZ29.7121.624.43-
YUV130.26128.99169.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=44.89%
G=23.75%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910013200.470.300.26338.4340.2756.67
HexBD648402F1E1A1522839
Octal27514420405736325225071
Binary1011110111001001000010001011111111011010101010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6484; }

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

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

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

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

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

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

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

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