#BD4F50

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

Shades of Mandy #BD4F50

Tints of Mandy #BD4F50

Color information

#BD4F50 (or 0xBD4F50) is unknown color: approx Mandy. HEX triplet: BD, 4F and 50. RGB value is (189,79,80). Sum of RGB (Red+Green+Blue) = 189+79+80=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F50 is #42B0AF. Grayscale: #707070. Windows color (decimal): -4370608 or 5263293. OLE color: 5263293.

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

Color convert

RGB1897980-
CMYK00.580.580.26
HSL359.45º45.45%52.55%-
HSV(B)359.45º58.2%74.12%-
XYZ25.2316.999.54-
YUV112109.94182.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=54.31%
G=22.70%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189798000.580.580.26359.4545.4552.55
HexBD4F5003A3A1A1672d35
Octal27511712007272325475565
Binary1011110110011111010000011101011101011010101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F50; }

 p { color: rgb(189,79,80); }

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

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

 a { background-color: rgb(189,79,80); }

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

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

 span { border-color: rgb(189,79,80); }

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