#BD5459

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

Shades of Mandy #BD5459

Tints of Mandy #BD5459

Color information

#BD5459 (or 0xBD5459) is unknown color: approx Mandy. HEX triplet: BD, 54 and 59. RGB value is (189,84,89). Sum of RGB (Red+Green+Blue) = 189+84+89=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5459 is #42ABA6. Grayscale: #747474. Windows color (decimal): -4369319 or 5854397. OLE color: 5854397.

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

Color convert

RGB1898489-
CMYK00.560.530.26
HSL357.14º44.3%53.53%-
HSV(B)357.14º55.56%74.12%-
XYZ25.9617.8811.53-
YUV115.96112.79180.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=52.21%
G=23.20%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189848900.560.530.26357.1444.353.53
HexBD5459038351A1652c36
Octal27512413107065325455466
Binary1011110110101001011001011100011010111010101100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5459; }

 p { color: rgb(189,84,89); }

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

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

 a { background-color: rgb(189,84,89); }

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

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

 span { border-color: rgb(189,84,89); }

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