#bf4b58

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

Shades of Mandy #BF4B58

Tints of Mandy #BF4B58

Color information

#BF4B58 (or 0xBF4B58) is unknown color: approx Mandy. HEX triplet: BF, 4B and 58. RGB value is (191,75,88). Sum of RGB (Red+Green+Blue) = 191+75+88=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B58 is #40B4A7. Grayscale: #6F6F6F. Windows color (decimal): -4240552 or 5786559. OLE color: 5786559.

HSL color Cylindrical-coordinate representation of color #BF4B58: hue angle of 353.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B58 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1917588-
CMYK00.610.540.25
HSL353.28º47.54%52.16%-
HSV(B)353.28º60.73%74.9%-
XYZ25.7616.8111.12-
YUV111.17114.93184.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=53.95%
G=21.19%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191758800.610.540.25353.2847.5452.16
HexBF4B5803D36191613034
Octal27711313007566315416064
Binary1011111110010111011000011110111011011001101100001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4b58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4b58; }

 p { color: rgb(191,75,88); }

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

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

 a { background-color: rgb(191,75,88); }

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

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

 span { border-color: rgb(191,75,88); }

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