#BD4C55

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

Shades of Mandy #BD4C55

Tints of Mandy #BD4C55

Color information

#BD4C55 (or 0xBD4C55) is unknown color: approx Mandy. HEX triplet: BD, 4C and 55. RGB value is (189,76,85). Sum of RGB (Red+Green+Blue) = 189+76+85=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C55 is #42B3AA. Grayscale: #6E6E6E. Windows color (decimal): -4371371 or 5590205. OLE color: 5590205.

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

Color convert

RGB1897685-
CMYK00.600.550.26
HSL355.22º46.12%51.96%-
HSV(B)355.22º59.79%74.12%-
XYZ25.2116.6410.48-
YUV110.81113.44183.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=54%
G=21.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189768500.600.550.26355.2246.1251.96
HexBD4C5503C371A1632e34
Octal27511412507467325435664
Binary1011110110011001010101011110011011111010101100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C55; }

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

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

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

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

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

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

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

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