#BF535F

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

Shades of Mandy #BF535F

Tints of Mandy #BF535F

Color information

#BF535F (or 0xBF535F) is unknown color: approx Mandy. HEX triplet: BF, 53 and 5F. RGB value is (191,83,95). Sum of RGB (Red+Green+Blue) = 191+83+95=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF535F is #40ACA0. Grayscale: #747474. Windows color (decimal): -4238497 or 6247359. OLE color: 6247359.

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

Color convert

RGB1918395-
CMYK00.570.500.25
HSL353.33º45.76%53.73%-
HSV(B)353.33º56.54%74.9%-
XYZ26.6418.0912.91-
YUV116.66115.78181.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=51.76%
G=22.49%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191839500.570.500.25353.3345.7653.73
HexBF535F03932191612e36
Octal27712313707162315415666
Binary1011111110100111011111011100111001011001101100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF535F; }

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

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

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

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

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

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

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

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