#BF5D5F

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

Shades of Mandy #BF5D5F

Tints of Mandy #BF5D5F

Color information

#BF5D5F (or 0xBF5D5F) is unknown color: approx Mandy. HEX triplet: BF, 5D and 5F. RGB value is (191,93,95). Sum of RGB (Red+Green+Blue) = 191+93+95=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D5F is #40A2A0. Grayscale: #7A7A7A. Windows color (decimal): -4235937 or 6249919. OLE color: 6249919.

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

Color convert

RGB1919395-
CMYK00.510.500.25
HSL358.78º43.36%55.69%-
HSV(B)358.78º51.31%74.9%-
XYZ27.4719.7313.19-
YUV122.53112.47176.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=50.40%
G=24.54%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191939500.510.500.25358.7843.3655.69
HexBF5D5F03332191672b38
Octal27713513706362315475370
Binary1011111110111011011111011001111001011001101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D5F; }

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

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

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

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

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

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

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

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