#BD5659

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

Shades of Mandy #BD5659

Tints of Mandy #BD5659

Color information

#BD5659 (or 0xBD5659) is unknown color: approx Mandy. HEX triplet: BD, 56 and 59. RGB value is (189,86,89). Sum of RGB (Red+Green+Blue) = 189+86+89=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5659 is #42A9A6. Grayscale: #757575. Windows color (decimal): -4368807 or 5854909. OLE color: 5854909.

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

Color convert

RGB1898689-
CMYK00.540.530.26
HSL358.25º43.83%53.92%-
HSV(B)358.25º54.5%74.12%-
XYZ26.1218.211.59-
YUV117.14112.12179.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=51.92%
G=23.63%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189868900.540.530.26358.2543.8353.92
HexBD5659036351A1662c36
Octal27512613106665325465466
Binary1011110110101101011001011011011010111010101100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5659; }

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

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

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

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

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

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

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

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