#BD464E

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

Shades of Mandy #BD464E

Tints of Mandy #BD464E

Color information

#BD464E (or 0xBD464E) is unknown color: approx Mandy. HEX triplet: BD, 46 and 4E. RGB value is (189,70,78). Sum of RGB (Red+Green+Blue) = 189+70+78=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD464E is #42B9B1. Grayscale: #6A6A6A. Windows color (decimal): -4372914 or 5129917. OLE color: 5129917.

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

Color convert

RGB1897078-
CMYK00.630.590.26
HSL355.97º47.41%50.78%-
HSV(B)355.97º62.96%74.12%-
XYZ24.5515.758.95-
YUV106.49111.92186.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=56.08%
G=20.77%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189707800.630.590.26355.9747.4150.78
HexBD464E03F3B1A1642f33
Octal27510611607773325445763
Binary1011110110001101001110011111111101111010101100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD464E; }

 p { color: rgb(189,70,78); }

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

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

 a { background-color: rgb(189,70,78); }

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

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

 span { border-color: rgb(189,70,78); }

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