#BD464C

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

Shades of Mandy #BD464C

Tints of Mandy #BD464C

Color information

#BD464C (or 0xBD464C) is unknown color: approx Mandy. HEX triplet: BD, 46 and 4C. RGB value is (189,70,76). Sum of RGB (Red+Green+Blue) = 189+70+76=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD464C is #42B9B3. Grayscale: #6A6A6A. Windows color (decimal): -4372916 or 4998845. OLE color: 4998845.

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

Color convert

RGB1897076-
CMYK00.630.600.26
HSL356.97º47.41%50.78%-
HSV(B)356.97º62.96%74.12%-
XYZ24.4815.728.58-
YUV106.26110.92187.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=56.42%
G=20.90%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189707600.630.600.26356.9747.4150.78
HexBD464C03F3C1A1652f33
Octal27510611407774325455763
Binary1011110110001101001100011111111110011010101100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD464C; }

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

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

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

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

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

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

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

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