#BD494F

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

Shades of Mandy #BD494F

Tints of Mandy #BD494F

Color information

#BD494F (or 0xBD494F) is unknown color: approx Mandy. HEX triplet: BD, 49 and 4F. RGB value is (189,73,79). Sum of RGB (Red+Green+Blue) = 189+73+79=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD494F is #42B6B0. Grayscale: #6C6C6C. Windows color (decimal): -4372145 or 5196221. OLE color: 5196221.

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

Color convert

RGB1897379-
CMYK00.610.580.26
HSL356.9º46.77%51.37%-
HSV(B)356.9º61.38%74.12%-
XYZ24.7816.159.21-
YUV108.37111.43185.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=55.43%
G=21.41%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189737900.610.580.26356.946.7751.37
HexBD494F03D3A1A1652f33
Octal27511111707572325455763
Binary1011110110010011001111011110111101011010101100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD494F; }

 p { color: rgb(189,73,79); }

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

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

 a { background-color: rgb(189,73,79); }

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

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

 span { border-color: rgb(189,73,79); }

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