#BD464D

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

Shades of Mandy #BD464D

Tints of Mandy #BD464D

Color information

#BD464D (or 0xBD464D) is unknown color: approx Mandy. HEX triplet: BD, 46 and 4D. RGB value is (189,70,77). Sum of RGB (Red+Green+Blue) = 189+70+77=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD464D is #42B9B2. Grayscale: #6A6A6A. Windows color (decimal): -4372915 or 5064381. OLE color: 5064381.

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

Color convert

RGB1897077-
CMYK00.630.590.26
HSL356.47º47.41%50.78%-
HSV(B)356.47º62.96%74.12%-
XYZ24.5215.738.77-
YUV106.38111.42186.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=56.25%
G=20.83%
B=22.92%

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
Decimal189707700.630.590.26356.4747.4150.78
HexBD464D03F3B1A1642f33
Octal27510611507773325445763
Binary1011110110001101001101011111111101111010101100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD464D; }

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

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

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

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

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

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

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

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