#BD4D5A

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

Shades of Mandy #BD4D5A

Tints of Mandy #BD4D5A

Color information

#BD4D5A (or 0xBD4D5A) is unknown color: approx Mandy. HEX triplet: BD, 4D and 5A. RGB value is (189,77,90). Sum of RGB (Red+Green+Blue) = 189+77+90=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D5A is #42B2A5. Grayscale: #707070. Windows color (decimal): -4371110 or 5918141. OLE color: 5918141.

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

Color convert

RGB1897790-
CMYK00.590.520.26
HSL353.04º45.9%52.16%-
HSV(B)353.04º59.26%74.12%-
XYZ25.4916.8611.58-
YUV111.97115.61182.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=53.09%
G=21.63%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189779000.590.520.26353.0445.952.16
HexBD4D5A03B341A1612e34
Octal27511513207364325415664
Binary1011110110011011011010011101111010011010101100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D5A; }

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

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

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

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

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

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

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

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