#BD4D56

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

Shades of Mandy #BD4D56

Tints of Mandy #BD4D56

Color information

#BD4D56 (or 0xBD4D56) is unknown color: approx Mandy. HEX triplet: BD, 4D and 56. RGB value is (189,77,86). Sum of RGB (Red+Green+Blue) = 189+77+86=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D56 is #42B2A9. Grayscale: #6F6F6F. Windows color (decimal): -4371114 or 5655997. OLE color: 5655997.

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

Color convert

RGB1897786-
CMYK00.590.540.26
HSL355.18º45.9%52.16%-
HSV(B)355.18º59.26%74.12%-
XYZ25.3216.810.71-
YUV111.51113.61183.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=53.69%
G=21.88%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189778600.590.540.26355.1845.952.16
HexBD4D5603B361A1632e34
Octal27511512607366325435664
Binary1011110110011011010110011101111011011010101100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D56; }

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

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

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

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

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

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

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

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