#BF5355

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

Shades of Mandy #BF5355

Tints of Mandy #BF5355

Color information

#BF5355 (or 0xBF5355) is unknown color: approx Mandy. HEX triplet: BF, 53 and 55. RGB value is (191,83,85). Sum of RGB (Red+Green+Blue) = 191+83+85=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5355 is #40ACAA. Grayscale: #737373. Windows color (decimal): -4238507 or 5591999. OLE color: 5591999.

HSL color Cylindrical-coordinate representation of color #BF5355: hue angle of 358.89º 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 #BF5355 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1918385-
CMYK00.570.550.25
HSL358.89º45.76%53.73%-
HSV(B)358.89º56.54%74.9%-
XYZ26.2217.9210.67-
YUV115.52110.78181.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=53.20%
G=23.12%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191838500.570.550.25358.8945.7653.73
HexBF535503937191672e36
Octal27712312507167315475666
Binary1011111110100111010101011100111011111001101100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5355; }

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

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

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

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

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

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

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

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