#BF5B5D

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

Shades of Mandy #BF5B5D

Tints of Mandy #BF5B5D

Color information

#BF5B5D (or 0xBF5B5D) is unknown color: approx Mandy. HEX triplet: BF, 5B and 5D. RGB value is (191,91,93). Sum of RGB (Red+Green+Blue) = 191+91+93=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B5D is #40A4A2. Grayscale: #797979. Windows color (decimal): -4236451 or 6118335. OLE color: 6118335.

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

Color convert

RGB1919193-
CMYK00.520.510.25
HSL358.8º43.86%55.29%-
HSV(B)358.8º52.36%74.9%-
XYZ27.219.3512.66-
YUV121.13112.13177.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=50.93%
G=24.27%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191919300.520.510.25358.843.8655.29
HexBF5B5D03433191672c37
Octal27713313506463315475467
Binary1011111110110111011101011010011001111001101100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B5D; }

 p { color: rgb(191,91,93); }

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

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

 a { background-color: rgb(191,91,93); }

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

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

 span { border-color: rgb(191,91,93); }

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