#BD464F

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

Shades of Mandy #BD464F

Tints of Mandy #BD464F

Color information

#BD464F (or 0xBD464F) is unknown color: approx Mandy. HEX triplet: BD, 46 and 4F. RGB value is (189,70,79). Sum of RGB (Red+Green+Blue) = 189+70+79=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD464F is #42B9B0. Grayscale: #6A6A6A. Windows color (decimal): -4372913 or 5195453. OLE color: 5195453.

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

Color convert

RGB1897079-
CMYK00.630.580.26
HSL355.46º47.41%50.78%-
HSV(B)355.46º62.96%74.12%-
XYZ24.5915.769.14-
YUV106.61112.42186.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=55.92%
G=20.71%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189707900.630.580.26355.4647.4150.78
HexBD464F03F3A1A1632f33
Octal27510611707772325435763
Binary1011110110001101001111011111111101011010101100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD464F; }

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

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

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

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

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

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

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

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