#BD4F57

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

Shades of Mandy #BD4F57

Tints of Mandy #BD4F57

Color information

#BD4F57 (or 0xBD4F57) is unknown color: approx Mandy. HEX triplet: BD, 4F and 57. RGB value is (189,79,87). Sum of RGB (Red+Green+Blue) = 189+79+87=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F57 is #42B0A8. Grayscale: #707070. Windows color (decimal): -4370601 or 5722045. OLE color: 5722045.

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

Color convert

RGB1897987-
CMYK00.580.540.26
HSL355.64º45.45%52.55%-
HSV(B)355.64º58.2%74.12%-
XYZ25.517.110.97-
YUV112.8113.44182.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=53.24%
G=22.25%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189798700.580.540.26355.6445.4552.55
HexBD4F5703A361A1642d35
Octal27511712707266325445565
Binary1011110110011111010111011101011011011010101100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F57; }

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

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

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

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

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

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

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

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